-
Notifications
You must be signed in to change notification settings - Fork 5
Support Java > 15 and Datanucleus 6 #435
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice if datanucleus-gradle-plugin could support higher Java versions than 15.
If I try to build my project for Datanucleus 6.0.3 and Java 17 I get strange ASM errors.
Perhaps this is related to
//Forcing toolchain use to 15. Newer JDK versions cause ASMEnhancer to fail for some obscure reason languageVersion = JavaLanguageVersion.of(8)
in build.gradle.
Perhaps is solved with ASM 9.4 used by Datanucleus 6.0.3?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request