fixed gradle artifact naming
This commit is contained in:
parent
02b6e6ce44
commit
2e88f02ed5
2 changed files with 3 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ dependencies {
|
||||||
|
|
||||||
group = 'se.koc'
|
group = 'se.koc'
|
||||||
version = '1.0.0-SNAPSHOT'
|
version = '1.0.0-SNAPSHOT'
|
||||||
description = 'zutil'
|
sourceCompatibility = 1.8
|
||||||
sourceCompatibility = '1.8'
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
java {
|
java {
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
|
|
|
||||||
1
settings.gradle
Normal file
1
settings.gradle
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
rootProject.name = "zutil"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue