We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167f472 commit b49e82bCopy full SHA for b49e82b
build.gradle
@@ -54,7 +54,7 @@ subprojects {
54
}
55
56
artifacts {
57
- archives jar
+// archives jar
58
archives sourcesJar
59
60
framework/build.gradle
@@ -244,7 +244,7 @@ distZip {
244
file("$destinationDir/$archiveName").renameTo("$destinationDir/"+'java-tron-'+version+'-bin.zip')
245
246
247
-
+configurations.archives.artifacts.removeAll {it.type == 'tar' || it.type == 'zip'}
248
applicationName = 'java-tron'
249
startScripts.enabled = false
250
run.enabled = false
0 commit comments