Skip to content

Commit c263f5d

Browse files
committed
Update build.gradle
1 parent e396dc6 commit c263f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test {
3131
}
3232

3333
task fatJar(type: Jar) {
34-
archiveClassifier.set('all')
34+
classifier = 'all'
3535
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
3636
with jar
3737
}

0 commit comments

Comments
 (0)