diff --git a/build-logic/gradle.properties b/build-logic/gradle.properties new file mode 100644 index 000000000..1c9073eb9 --- /dev/null +++ b/build-logic/gradle.properties @@ -0,0 +1,4 @@ +# Gradle properties are not passed to included builds https://github.com/gradle/gradle/issues/2534 +org.gradle.parallel=true +org.gradle.caching=true +org.gradle.configureondemand=true