diff --git a/build.gradle.kts b/build.gradle.kts index 049662e9..8ba11067 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ tasks.withType { manifest { attributes["Main-Class"] = "com.rarchives.ripme.App" attributes["Implementation-Version"] = archiveVersion - + attributes["Multi-Release"] = "true" } // To add all of the dependencies otherwise a "NoClassDefFoundError" error