This commit is contained in:
Finn
2026-01-14 15:15:02 +01:00
commit c3f5605107
55 changed files with 2655 additions and 0 deletions

5
gradle.properties Normal file
View File

@@ -0,0 +1,5 @@
# 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
org.jetbrains.intellij.platform.selfUpdateCheck=false