Closed devinrsmith closed 1 week ago
This is currently failing nightlies when run with Java 11 or 17, with the error
io.deephaven.lang.completion.ChunkerParserTest
java.lang.UnsupportedClassVersionError: io/deephaven/lang/completion/AllTokenIterableImpl has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
GroovyCompile
has been updated to fix the UnsupportedClassVersionError
error.
Noted https://github.com/gradle/gradle/issues/18824, https://github.com/gradle/gradle/pull/22449 as links related to --add-exports
and --release
.
Fixes #3997