From cb1603ebafdb39d6c8eaddb7519e7133b01bdc72 Mon Sep 17 00:00:00 2001 From: westkevin12 Date: Fri, 22 May 2026 16:45:45 -0500 Subject: [PATCH] chore: mark printPaperDetails task as incompatible with configuration cache --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 5179844844..689cf58d96 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -255,6 +255,7 @@ tasks { register("printPaperDetails") { + notCompatibleWithConfigurationCache("Requires Project instance at execution time") doLast { val dependency = getDependencyInformation( dependencyGroup = "io.papermc.paper",