build: enable gradle configuration caching
This commit is contained in:
@@ -21,6 +21,7 @@ build/
|
||||
classes/
|
||||
idea/
|
||||
.gradle/
|
||||
.kotlin/
|
||||
node_modules/
|
||||
.vscode/
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@ org.gradle.warning.mode=all
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
|
||||
org.gradle.configuration-cache=true
|
||||
org.gradle.configuration-cache.problems=warn
|
||||
|
||||
# Flags for google-java-format (optimize imports by spotless) for Java >= 16.
|
||||
# Java < 9 will ignore unsupported flags (thanks to -XX:+IgnoreUnrecognizedVMOptions)
|
||||
org.gradle.jvmargs=-XX:+IgnoreUnrecognizedVMOptions \
|
||||
|
||||
Reference in New Issue
Block a user