-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Gradle 8.6, fix most warnings for Gradle 9 (#4693)
This patch cleans up most of our accumulated warnings, updates to Gradle 8.6, and deals with most incoming warnings in anticipating of Gradle 9. Updates in anticipation of Gradle 8: * Replace Jar.classifier with Jar.artifactClassifier * Replace AbstractArtifactTask.main with JavaExec.mainClass * Drop license plugin * Update Shadow and JHM plugins * Replace Javac CompileOptions.annotationProcessorGeneratedSourcesDirectory with CompileOptions.generatedSourceOutputDirectory * Replace Report.destination with Report.outputLocation * Replace JavaApplication.mainClassName with JavaApplication.mainClass * Make task inputs/outputs explicit for protobuf diff tasks, c++ and r doc tasks Updates in anticipation of Gradle 9: * Remove all usage of ConfigureUtil.configureUsing * Replace all convention usages with corresponding plugin/extension references * Update Gradle Enterprise plugin * Add test dependencies on junit-platform-launcher instead of implicitly using gradle's copy * Update DiffTask to explicitly list input files Warnings that are not fixed: * GWT plugin version still produces warnings around use of conventions Fixes #3642
- Loading branch information
Showing
65 changed files
with
249 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.