From d0b3a186e48641ed13dd20e75bd9fbaa5eab0412 Mon Sep 17 00:00:00 2001 From: shisheng-1 <240274530@qq.com> Date: Thu, 11 Nov 2021 23:42:56 +0800 Subject: [PATCH] Improve GRADLE build Performance --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle.properties b/gradle.properties index 45a442c4..ae9a308d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,3 +2,5 @@ sonatypeUsername=YourSonatypeJiraUsername sonatypePassword=YourSonatypeJiraPassword snapshotUsername=YourSnapshotUsername snapshotPassword=YourSnapshotPassword +org.gradle.caching = true +org.gradle.vfs.watch = true