mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 07:17:11 -07:00
Fixes to build file
This commit is contained in:
parent
2d7f91cbd7
commit
b9633bcd05
1 changed files with 3 additions and 1 deletions
|
@ -4,9 +4,11 @@ plugins {
|
|||
signing
|
||||
}
|
||||
|
||||
group = "com.uwyn"
|
||||
|
||||
base {
|
||||
archivesName.set("urlencoder")
|
||||
version = 0.9
|
||||
version = "0.9-SNAPSHOT"
|
||||
}
|
||||
java {
|
||||
withJavadocJar()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue