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.
2 parents c4f8a88 + 997ae05 commit b9db264Copy full SHA for b9db264
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