Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
Trunk
-
None
-
None
Description
Current Gradle version used in OFBiz trunk is 5.0.
Propose to update to Gradle 6.3 which is the current stable version.
Gradle 6.3 requires groovy 2.5.10, but Groovy version used in OFBiz trunk is 2.5.8.
Suggest to upgrade Groovy to 2.5.11 which is the current stable version.
For Gradle upgrade, I ran: ./gradlew wrapper --gradle-version=6.3 --distribution-type=bin
For Groovy upgrade, I updated the build.gradle with the new Groovy version.