Skip to content

Commit 69c4673

Browse files
committed
fix release build
1 parent 92a5a2e commit 69c4673

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ tasks { // disable building searchable options to speed up build, we currently d
9393
})
9494
}
9595

96+
downloadZipSigner {
97+
enabled = false
98+
}
99+
96100
publishPlugin {
97101
dependsOn("patchChangelog")
98102
token.set(System.getenv("PUBLISH_TOKEN"))

0 commit comments

Comments
 (0)