Paul Woitaschek
11/18/2020, 10:36 AMjava {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}
But when running from the command line:
./gradlew run
It shows an error:
Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedClassVersionError: org/jetbrains/skiko/Library has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
eskatos
11/18/2020, 10:38 AMBig Chungus
11/18/2020, 10:39 AMArkadii Ivanov
11/18/2020, 10:47 AMolonho
11/18/2020, 10:54 AMPaul Woitaschek
11/18/2020, 10:54 AMspierce7
11/18/2020, 2:51 PM