You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verified in a new Spring initializer project (plus springdoc and plugin)
for both Java and Kotlin.
For Java, choose Java 24 as toolchain version in build.gradle but configure Gradle JVM
to Java 23 or earlier.
For Kotlin, use Java 21 as bytecode version, but for illustrative purposes, downgrade
Gradle JVM to Java 19 for example.
LinkageError, java.lang.UnsupportedClassVersionError occurs in forkedSpringBootRun task
in both cases (but with different encountered versus supported class file versions)
0 commit comments