Home »
Code Examples »
Groovy Code Examples
Groovy - Fix 'unsupported class file major version 60' in IntelliJ IDEA Code Example
Here is the solution for "Fix 'unsupported class file major version 60' in IntelliJ IDEA" in Groovy.
Groovy code for Fix 'unsupported class file major version 60' in IntelliJ IDEA
Change the Gradle JVM settings in IntelliJ settings:
In the Settings/Preferences dialog, go to Build, Execution, Deployment → Build Tools → Gradle.
Under the Gradle section, change the Gradle JVM option. Select a Gradle JVM which works for you.
Code by IncludeHelp,
on March 13, 2023 22:34
Reference:
stackoverflow