diff --git a/build.gradle.kts b/build.gradle.kts index 0cdfc10c..a31ee0fd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,6 +44,8 @@ java { tasks.withType { manifest { attributes["Main-Class"] = "com.rarchives.ripme.App" + attributes["Implementation-Version"] = archiveVersion + } // To add all of the dependencies otherwise a "NoClassDefFoundError" error