Skip to content

Commit ac157d2

Browse files
committed
Disable all signing tasks
1 parent 92b9569 commit ac157d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aws-crt-kotlin/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ tasks.withType<Sign>().configureEach {
111111
if (name.contains("jvm", ignoreCase = true)) {
112112
enabled = false
113113
}
114+
115+
// Also disable every other signing task, which has the same problem...
116+
enabled = false
114117
}
115118

116119
val linuxTargets: List<String> = listOf(

0 commit comments

Comments
 (0)