diff --git a/gradle.properties b/gradle.properties index f34b96935..fbc7c99ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,9 @@ # limitations under the License. # systemProp.nebula.features.coreBomSupport=true -kotlin.code.style=official \ No newline at end of file +kotlin.code.style=official + +org.gradle.caching = true +org.gradle.parallel = true +# org.gradle.configureondemand = true +org.gradle.vfs.watch = true