28 lines
631 B
Diff
28 lines
631 B
Diff
diff -r ee404caa9a29 Procyon.Decompiler/build.gradle
|
|
--- a/Procyon.Decompiler/build.gradle
|
|
+++ b/Procyon.Decompiler/build.gradle.nw
|
|
@@ -3,23 +3,10 @@
|
|
jcenter()
|
|
}
|
|
|
|
- dependencies {
|
|
- classpath 'eu.appsatori:gradle-fatjar-plugin:0.3'
|
|
- }
|
|
}
|
|
|
|
jar.enabled = true
|
|
uploadArchives.enabled = false
|
|
-
|
|
-apply plugin: 'eu.appsatori.fatjar'
|
|
-
|
|
-fatJar {
|
|
-// from rootProject.allprojects.collect({ it.sourceSets.main.allSource })
|
|
-
|
|
- manifest {
|
|
- attributes 'Title': archivesBaseName, 'Manifest-Version': '1.0', 'Version': version
|
|
- }
|
|
-}
|
|
|
|
dependencies {
|
|
compile 'com.beust:jcommander:1.30'
|
|
|