From 997ae051d3b4e3386ccf3d1b8e0229cc6756422e Mon Sep 17 00:00:00 2001 From: Goooler Date: Sun, 26 Nov 2023 15:37:53 +0800 Subject: [PATCH] Sign task is now CC compatible --- gradle/java-publish.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gradle/java-publish.gradle b/gradle/java-publish.gradle index 49075c5970..d6f0afa5a0 100644 --- a/gradle/java-publish.gradle +++ b/gradle/java-publish.gradle @@ -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