Skip to content

Commit b49e82b

Browse files
committed
fix gradlew install
1 parent 167f472 commit b49e82b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ subprojects {
5454
}
5555

5656
artifacts {
57-
archives jar
57+
// archives jar
5858
archives sourcesJar
5959
}
6060
}

framework/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ distZip {
244244
file("$destinationDir/$archiveName").renameTo("$destinationDir/"+'java-tron-'+version+'-bin.zip')
245245
}
246246
}
247-
247+
configurations.archives.artifacts.removeAll {it.type == 'tar' || it.type == 'zip'}
248248
applicationName = 'java-tron'
249249
startScripts.enabled = false
250250
run.enabled = false

0 commit comments

Comments
 (0)