From a131ac3511a87a23a7d292f30b3845b8eb5dc2c5 Mon Sep 17 00:00:00 2001 From: Dev2a Date: Fri, 5 Apr 2024 13:41:20 +0200 Subject: Migrate to new plugin structure --- gradle.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gradle.properties (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..24630b3 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,6 @@ +# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib +kotlin.stdlib.default.dependency=false +# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html +org.gradle.configuration-cache=true +# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html +org.gradle.caching=true -- cgit v1.2.3-70-g09d2