9 lines
234 B
Properties
9 lines
234 B
Properties
|
|
# Gradle settings
|
||
|
|
org.gradle.daemon=true
|
||
|
|
org.gradle.parallel=true
|
||
|
|
org.gradle.caching=true
|
||
|
|
|
||
|
|
# JDK 21 path - modify this to your actual installation path
|
||
|
|
org.gradle.java.home=F:/OpenJDK21U-jdk_x64_windows_hotspot/jdk-21.0.9.10-hotspot
|
||
|
|
|