We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24cc32 commit 08be8e4Copy full SHA for 08be8e4
build.gradle
@@ -37,7 +37,7 @@ jar {
37
}
38
39
task jarWithDependencies(type: Jar) {
40
- baseName = project.name + '-WithDependencies'
+ baseName = project.name + '-with-dependencies'
41
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
42
with jar
43
0 commit comments