Fixes to build file

This commit is contained in:
Geert Bevin 2022-12-31 01:34:46 -05:00
parent 2d7f91cbd7
commit b9633bcd05

View file

@ -4,9 +4,11 @@ plugins {
signing
}
group = "com.uwyn"
base {
archivesName.set("urlencoder")
version = 0.9
version = "0.9-SNAPSHOT"
}
java {
withJavadocJar()