mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-17 11:20:56 +02:00
@@ -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
|
||||||
|
Reference in New Issue
Block a user