File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 id ' maven-publish'
1010}
1111group = ' com.ibm.cicsdev.springboot'
12- archivesBaseName= ' cics-java-liberty-springboot-jcics'
1312version = ' 0.1.0'
1413
1514
1918 targetCompatibility = JavaVersion . VERSION_17
2019}
2120
21+ base {
22+ archivesName= ' cics-java-liberty-springboot-jcics'
23+ }
24+
2225// If in Eclipse, add Javadoc to the local project classpath
2326eclipse
2427{
@@ -51,6 +54,7 @@ dependencies
5154// Don't generate a FAT bootWar, we don't need to run standalone
5255bootWar { enabled = false }
5356
57+
5458publishing
5559{
5660
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6-rc- 1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3. 1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments