groovy icon indicating copy to clipboard operation
groovy copied to clipboard

Groovy 3: Gradle 7.2 for Java 16+

Open eric-milles opened this issue 3 years ago • 1 comments

Here are some changes to support running Groovy 3 builds with Java 16+ for purposes of evaluating issue reports. upload.gradle still needs to be migrated to use the maven-publish plugin.

eric-milles avatar Mar 03 '22 22:03 eric-milles

I brought across the minor refactoring changes compatible with the existing gradle version

paulk-asert avatar Mar 20 '22 11:03 paulk-asert

Now I see that you can use one JDK to build and another to test using -Ptarget.java.home=...

eric-milles avatar Feb 11 '23 15:02 eric-milles