Update zipsigner version

This commit is contained in:
topjohnwu
2020-08-08 05:07:25 -07:00
committed by John Wu
parent 2e95d9f07e
commit 0835ff88b2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ val jar by tasks.getting(Jar::class) {
val shadowJar by tasks.getting(ShadowJar::class) {
baseName = "zipsigner"
classifier = null
version = "3.0"
version = "4.0"
}
repositories {