We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c825f60 commit 2762744Copy full SHA for 2762744
brouter-server/build.gradle
@@ -20,7 +20,7 @@ application {
20
manifest {
21
attributes "Main-Class": getMainClass(), "Implementation-Version": project.version
22
}
23
- classifier = 'all'
+ archiveClassifier = 'all'
24
dependsOn configurations.runtimeClasspath
25
from {
26
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
0 commit comments