Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Changed classifier  to archiveClassifier
  • Loading branch information
afischerdev committed Jul 12, 2023
1 parent c825f60 commit 2762744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brouter-server/build.gradle
Expand Up @@ -20,7 +20,7 @@ application {
manifest {
attributes "Main-Class": getMainClass(), "Implementation-Version": project.version
}
classifier = 'all'
archiveClassifier = 'all'
dependsOn configurations.runtimeClasspath
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
Expand Down

0 comments on commit 2762744

Please sign in to comment.