Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
9.0, 9.1
-
None
Description
To upgrade the build system to the latest gradle version, I ran the following command after installing the gradle snap on my system:
gradle wrapper --gradle-version 7.5.1
Then I had to update the version number to 7.5.1 in two files relative to the root of the repo's working dir:
gradle/validation/check-environment.gradle gradle/wrapper/gradle-wrapper.jar.version
Doing that resulted in the attached patch.
I tested with "./gradlew precommit -Pvalidation.git.failOnModified=false" on branch_9x and main with OpenJDK 17 after I did this upgrade. Both passed. Does it need any more validation before committing to main? Is it something that should be backported to branch_9x?
This gradle upgrade gets us Java 18 support, but not Java 19.
Attachments
Attachments
Issue Links
- is cloned by
-
SOLR-16508 Upgrade gradle wrapper to 7.6
- Closed
- split from
-
SOLR-16431 Can't build Solr with OpenJDK 19
- Resolved
- links to