1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-17 11:20:56 +02:00

set version into Implementation-Version, MANIFEST.MF

part of #12
This commit is contained in:
soloturn
2021-02-28 15:26:27 +01:00
parent b63453986f
commit 2347e74970

View File

@@ -44,6 +44,8 @@ java {
tasks.withType<Jar> { tasks.withType<Jar> {
manifest { manifest {
attributes["Main-Class"] = "com.rarchives.ripme.App" attributes["Main-Class"] = "com.rarchives.ripme.App"
attributes["Implementation-Version"] = archiveVersion
} }
// To add all of the dependencies otherwise a "NoClassDefFoundError" error // To add all of the dependencies otherwise a "NoClassDefFoundError" error