Skip to content

Commit

Permalink
Added classifier for shadow jars
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowArg committed Jul 22, 2020
1 parent aebd4a3 commit 6379e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

shadowJar {
configurations = [project.configurations.shadow]
classifier ''
classifier 'with-dependencies'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 6379e20

Please sign in to comment.