Skip to content

Commit

Permalink
Sign task is now CC compatible (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Nov 27, 2023
2 parents c4f8a88 + 997ae05 commit b9db264
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle/java-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@ if (System.env['JITPACK'] == 'true' || version.endsWith('-SNAPSHOT')) {
}
}

tasks.withType(Sign).configureEach {
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/13470")
}

tasks.withType(AbstractArchiveTask).configureEach {
preserveFileTimestamps = false
reproducibleFileOrder = true
Expand Down

0 comments on commit b9db264

Please sign in to comment.