gradle-versions-plugin icon indicating copy to clipboard operation
gradle-versions-plugin copied to clipboard

Gradle 8.9

Open jaredsburrows opened this issue 1 year ago • 2 comments

jaredsburrows avatar Jul 30 '24 01:07 jaredsburrows

@ben-manes

Might have to hold off on this - Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 65

jaredsburrows avatar Jul 30 '24 01:07 jaredsburrows

I suppose using toolchains for the daemon and language version might help? Then 21 could be used by Gradle itself while tests run on Java 8. We could use --release or use the jdk for the correct byte code version. If it ever gets to be a pain upgrading is probably fine.

ben-manes avatar Jul 30 '24 01:07 ben-manes

Need to focus on https://github.com/ben-manes/gradle-versions-plugin/pull/895

jaredsburrows avatar May 14 '25 23:05 jaredsburrows