-
Notifications
You must be signed in to change notification settings - Fork 330
🎨 Use tools_metadata as a submodule in resources/flutter
#6871
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
Conversation
961deec to
9804524
Compare
This comment was marked as outdated.
This comment was marked as outdated.
a774072 to
9d6163a
Compare
|
|
||
| export JAVA_HOME=`pwd`/../jdk-17.0.4.1.jdk/Contents/Home | ||
| export PATH=$PATH:$JAVA_HOME/bin | ||
| export JAVA_OPTS=" -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true" |
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.
Removing this helps Kokoro to build successfully.
|
Updating docs references since |
|
Also @DanTup |
|
I don't know enough about this repo to review it so I'll defer to Jaime/Helin. The idea seems reasonable to me. One question I'd have is about how this impacts the production builds of the plugin - will it automatically include these files in their new location (or is there some list somewhere of what gets included in the shipped plugin)? If it's automatically all included, will it include the whole tools_metadata repo (including things like the |
The |
|
Thanks @AlexV525 for this PR. With less individuals working on the Flutter Plugin, and with many recent issues with the Flutter IJ build scripts, I have not had the time to verify that these changes won't have any negative consequences with the Gradle scripts, or other scripts we have that help maintain the Flutter Plugin for IntelliJ. Leaving this PR open for the time being, thank you again for putting it together. |
|
@jwren Thanks!
I'd willing to help to verify if it works well if you can somehow provide any suggestions, and I'm fine to wait until you can figure out all fixes to build scripts. You can let me know once they are good to go. |
|
Thank you for creating this PR, but for the time being I am closing it. PRs can't remain open for this long against the Flutter GitHub repo and with other concerns around the Flutter Plugin for IntelliJ I won't have the cycles to properly review and land this change. |
https://github.com/flutter/tools_metadata is now configured as a submodule under
resources/flutterinstead of copy it manually.The PR is huge because it deletes copied files. Be careful when reviewing the "Files changed" tab. 😃
Pre-launch Checklist
///).