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",