diff options
author | Dev2a <contact@dev2a.pro> | 2024-04-05 13:41:20 +0200 |
---|---|---|
committer | Dev2a <contact@dev2a.pro> | 2024-04-05 13:41:20 +0200 |
commit | a131ac3511a87a23a7d292f30b3845b8eb5dc2c5 (patch) | |
tree | 7653215e9b2904f82b355d00e3a0ea5931d41993 /gradle.properties | |
parent | 55660b91440904d69a030a71de302d910f3f13b2 (diff) | |
download | idea_caseconv-a131ac3511a87a23a7d292f30b3845b8eb5dc2c5.tar.gz idea_caseconv-a131ac3511a87a23a7d292f30b3845b8eb5dc2c5.tar.bz2 idea_caseconv-a131ac3511a87a23a7d292f30b3845b8eb5dc2c5.zip |
Migrate to new plugin structure
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 6 insertions, 0 deletions
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 |