We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570045 commit 997ae05Copy full SHA for 997ae05
gradle/java-publish.gradle
@@ -199,10 +199,6 @@ if (System.env['JITPACK'] == 'true' || version.endsWith('-SNAPSHOT')) {
199
}
200
201
202
-tasks.withType(Sign).configureEach {
203
- notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/13470")
204
-}
205
-
206
tasks.withType(AbstractArchiveTask).configureEach {
207
preserveFileTimestamps = false
208
reproducibleFileOrder = true
0 commit comments