Skip to content

Commit c548c44

Browse files
Merge pull request #30 from cicsdev/ayushi/samples
Updated properties file
2 parents a7881d4 + 2937b8f commit c548c44

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

gradle.properties

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
# Gradle properties for CICS Java Liberty Spring Boot JCICS sample
2-
3-
# Java version for compilation and runtime
41
java_version = 17
52

6-
# Enable Gradle daemon for faster builds
3+
# Gradle daemon improves build performance
74
org.gradle.daemon=true
85

9-
# Configure JVM arguments for Gradle daemon
10-
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
11-
12-
# Enable parallel builds
6+
# Enable parallel builds for faster compilation
137
org.gradle.parallel=true
148

15-
# Configuration cache disabled - not compatible with CICS Bundle Plugin 1.0.8
16-
# Re-enable when plugin supports configuration cache in future versions
9+
# Configuration cache disabled - CICS Bundle Plugin 1.0.8 not compatible
1710
# org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)