diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index f39859fbab..27969fea17 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,7 @@ mcVersion=1.21.4 updatingMinecraft=false updateTaskListIssue=https://github.com/PaperMC/Paper/issues/11736 -# todo - bundler/paperclip tasks not compatible yet when using libraries -org.gradle.configuration-cache=false +org.gradle.configuration-cache=true org.gradle.caching=true org.gradle.parallel=true org.gradle.vfs.watch=false |