• Nobuhiro Tabuki's avatar
    [flutter_tools] change the IntelliJ plugin detection logic. (#68020) · 4e2f82cf
    Nobuhiro Tabuki authored
    This PR suggests improving the IntelliJ plugin "jar" detection logic.
    
    Previously:
    The IntelliJ Flutter plugin was contained flutter-intellij.jar.
    Currently:
    It is named flutter-intellij-X.Y.Z.jar and does not contain META-INF/plugin.xml.
    META-INF/plugin.xml is included in flutter-idea-X.Y.Z.jar.
    
    So this PR changes the rules for searching the plugin's jar file.
    Concretely, it looks for the jar file containing META-INF/plugin.xml in the plugin's package directory and reads the package version from its META-INF/plugin.xml.
    Co-authored-by: 's avatarJonah Williams <jonahwilliams@google.com>
    4e2f82cf
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
static Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
build.yaml Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...