Files
intellijai/gradle.properties
hgranthorner cb5a1d9555 initial commit
2026-08-04 10:12:15 -04:00

9 lines
433 B
Properties

group=dev.hgh
version=1.0.0-SNAPSHOT
# 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