We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7881d4 commit 2937b8fCopy full SHA for 2937b8f
1 file changed
gradle.properties
@@ -1,17 +1,10 @@
1
-# Gradle properties for CICS Java Liberty Spring Boot JCICS sample
2
-
3
-# Java version for compilation and runtime
4
java_version = 17
5
6
-# Enable Gradle daemon for faster builds
+# Gradle daemon improves build performance
7
org.gradle.daemon=true
8
9
-# Configure JVM arguments for Gradle daemon
10
-org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
11
12
-# Enable parallel builds
+# Enable parallel builds for faster compilation
13
org.gradle.parallel=true
14
15
-# Configuration cache disabled - not compatible with CICS Bundle Plugin 1.0.8
16
-# Re-enable when plugin supports configuration cache in future versions
+# Configuration cache disabled - CICS Bundle Plugin 1.0.8 not compatible
17
# org.gradle.configuration-cache=true
0 commit comments