mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 16:16:23 +00:00
7 lines
237 B
Properties
7 lines
237 B
Properties
# Gradle configuration
|
|
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
|
|
# Java toolchain configuration - automatically detects Java 21
|
|
org.gradle.java.installations.auto-detect=true |