Unversionned files

This commit is contained in:
Mathieu 2020-05-02 14:41:46 +02:00
parent 0a49860f87
commit 9f40d90dce
11 changed files with 15 additions and 0 deletions

View File

@ -24,3 +24,10 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.zeroturnaround:zt-zip:1.14' implementation 'org.zeroturnaround:zt-zip:1.14'
} }
jar {
manifest {
attributes(
"Class-Path": configurations.compile.collect { it.getName() }.join(' '))
}
}

Binary file not shown.

View File

@ -0,0 +1,4 @@
Manifest-Version: 1.0
Class-Path: log4j-core-2.13.2.jar log4j-api-2.13.2.jar commons-io-2.6.
jar
Main-Class: ch.m4th1eu.flansupdater.Main

View File

@ -0,0 +1,4 @@
Manifest-Version: 1.0
Class-Path: log4j-core-2.13.2.jar log4j-api-2.13.2.jar commons-io-2.6.
jar
Main-Class: ch.m4th1eu.flansupdater.Main