We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e396dc6 commit c263f5dCopy full SHA for c263f5d
1 file changed
build.gradle
@@ -31,7 +31,7 @@ test {
31
}
32
33
task fatJar(type: Jar) {
34
- archiveClassifier.set('all')
+ classifier = 'all'
35
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
36
with jar
37
0 commit comments