Skip to content

Commit 08be8e4

Browse files
jar WithDependencies rename
1 parent f24cc32 commit 08be8e4

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
@@ -37,7 +37,7 @@ jar {
3737
}
3838

3939
task jarWithDependencies(type: Jar) {
40-
baseName = project.name + '-WithDependencies'
40+
baseName = project.name + '-with-dependencies'
4141
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
4242
with jar
4343
}

0 commit comments

Comments
 (0)