Unversionned files
This commit is contained in:
parent
0a49860f87
commit
9f40d90dce
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -24,3 +24,10 @@ dependencies {
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
implementation 'org.zeroturnaround:zt-zip:1.14'
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes(
|
||||
"Class-Path": configurations.compile.collect { it.getName() }.join(' '))
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
BIN
build/libs/FlansUpdater-1.0-SNAPSHOT-all.jar
Normal file
BIN
build/libs/FlansUpdater-1.0-SNAPSHOT-all.jar
Normal file
Binary file not shown.
4
build/resources/main/META-INF/MANIFEST.MF
Normal file
4
build/resources/main/META-INF/MANIFEST.MF
Normal 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
|
4
src/main/resources/META-INF/MANIFEST.MF
Normal file
4
src/main/resources/META-INF/MANIFEST.MF
Normal 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
|
Reference in New Issue
Block a user