We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5c99c commit e22396cCopy full SHA for e22396c
1 file changed
cics-java-liberty-springboot-transactions-cicsbundle/build.gradle
@@ -2,7 +2,8 @@
2
// Plugins
3
// ============================================================================
4
plugins {
5
- id 'com.ibm.cics.bundle' version '1.0.8'
+ // Updated to latest version for Gradle 8.x compatibility
6
+ id 'com.ibm.cics.bundle' version '1.1.0'
7
}
8
9
0 commit comments