From 674364315f9cf92f968e2160c17ade546d145b38 Mon Sep 17 00:00:00 2001 From: Adam Ahmed Date: Fri, 15 Jul 2022 22:28:33 +0200 Subject: [PATCH] Add a gradle.properties file to the build-logic project --- build-logic/gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build-logic/gradle.properties 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