-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the Flutter build logic to IntelliJ Platform Gradle Plugin version 2.1.0 #7774
Conversation
…sion 2.1.0 This change adds support for building against IntelliJ Community 2024.3 EAP This resolves flutter#7670 The optional dependency to add the Flutter coverage runner has been removed for the time being The variables, names and ordering between the runner.dart, product-matrix.json, gradle.properties and the build.gradle.kts files has been simplified with documentation, albeit with some TODOs. The verifier with this version, 2.1.0 does not yet work with the JxBrowser, com.teamdev dependencies
} | ||
//intellijPlatform { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to commit this commented bit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100% we want to commit this, this is all related to getting the verifier working, see the TODO in this file and in flutter-idea/build.gradle.kts
This is follow-up work for flutter#7774 and flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
This is follow-up work for flutter#7774 and flutter#7670
See https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
This change adds support for building against IntelliJ Community 2024.3 EAP
This resolves #7670
The optional dependency to add the Flutter coverage runner has been removed for the time being
The variables, names and ordering between the runner.dart, product-matrix.json, gradle.properties and the build.gradle.kts files has been simplified with documentation, albeit with some TODOs.
The verifier with this version, 2.1.0 does not yet work with the JxBrowser, com.teamdev dependencies