Skip to content

Commit 6379e20

Browse files
committed
Added classifier for shadow jars
1 parent aebd4a3 commit 6379e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
shadowJar {
2323
configurations = [project.configurations.shadow]
24-
classifier ''
24+
classifier 'with-dependencies'
2525
}
2626

2727
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)