Skip to content

Commit 997ae05

Browse files
committed
Sign task is now CC compatible
1 parent 0570045 commit 997ae05

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)