unrec / lastfm-duplicates-remover

Executable application to delete duplicated scrobbles from Last.fm library. Stack: Gradle, Kotlin, Selenium
0 stars 0 forks source link

Exception in thread #2

Open Jeboose opened 1 year ago

Jeboose commented 1 year ago

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/unrec/lastfm/duplicates/remover/AppKt 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

unrec commented 1 year ago

@Jeboose I believe it's due to different Java versions, please see https://www.baeldung.com/java-lang-unsupportedclassversion I assume you use Java 8?