Skip to content

Commit 2762744

Browse files
authored
Update build.gradle
Changed classifier to archiveClassifier
1 parent c825f60 commit 2762744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brouter-server/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ application {
2020
manifest {
2121
attributes "Main-Class": getMainClass(), "Implementation-Version": project.version
2222
}
23-
classifier = 'all'
23+
archiveClassifier = 'all'
2424
dependsOn configurations.runtimeClasspath
2525
from {
2626
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }

0 commit comments

Comments
 (0)