Skip to content

Commit b9db264

Browse files
authored
Sign task is now CC compatible (#1906)
2 parents c4f8a88 + 997ae05 commit b9db264

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gradle/java-publish.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ if (System.env['JITPACK'] == 'true' || version.endsWith('-SNAPSHOT')) {
199199
}
200200
}
201201

202-
tasks.withType(Sign).configureEach {
203-
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/13470")
204-
}
205-
206202
tasks.withType(AbstractArchiveTask).configureEach {
207203
preserveFileTimestamps = false
208204
reproducibleFileOrder = true

0 commit comments

Comments
 (0)