fixed gradle artifact naming

This commit is contained in:
Ziver Koc 2020-11-10 15:45:11 +01:00
parent 02b6e6ce44
commit 2e88f02ed5
2 changed files with 3 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1 @@
rootProject.name = "zutil"