Skip to content

Commit f8c9d5c

Browse files
committed
Re-enable signing tasks
1 parent 7cb0a84 commit f8c9d5c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

aws-crt-kotlin/build.gradle.kts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -100,22 +100,6 @@ configureIosSimulatorTasks()
100100
// Publishing
101101
configurePublishing("aws-crt-kotlin")
102102

103-
// Temporary disable signing iOS artifacts because they are having trouble finding the signing key/passphrase
104-
// which are set via environment variables. Maybe the environment is not passed through to iOS builds?
105-
tasks.withType<Sign>().configureEach {
106-
if (name.contains("ios", ignoreCase = true)) {
107-
enabled = false
108-
}
109-
110-
// Also disable JVM, which has the same issue... for some reason...
111-
if (name.contains("jvm", ignoreCase = true)) {
112-
enabled = false
113-
}
114-
115-
// Also disable every other signing task, which has the same problem...
116-
enabled = false
117-
}
118-
119103
val linuxTargets: List<String> = listOf(
120104
"linuxX64",
121105
"linuxArm64",

0 commit comments

Comments
 (0)