-
Notifications
You must be signed in to change notification settings - Fork 546
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
Bump Gradle wrapper to 6.1 #566
base: master
Are you sure you want to change the base?
Conversation
- This change does not require the consumer to use Gradle 6.1 - Forthcoming opt-in features to improve metadata publishing will require Gradle 6.1 (linkedin#565) - Fixes to linkedin#561 require Gradle 5.4 or higher
|
||
# Collect all arguments for the java command, following the shell quoting and substitution rules | ||
eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" | ||
|
||
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong |
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.
can you confirm this is not needed now?
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.
Thanks for reviewing.
This script (and its comments) are autogenerated by Gradle - I don't plan to test them.
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.
IncrementalTaskInputs seems to be deprecated with 6.1 can you find a replacement, rest lgtm
Thanks Aman. Yes, that deprecation is addressed by #567 (upon which this PR depends). |
ivy-publish
andmaven-publish
plugins #565)