File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed
Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 1616 continue-on-error : ${{ matrix.experimental }}
1717 strategy :
1818 matrix :
19- jdk : [8, 11]
20- experimental : [false]
21- include :
22- - jdk : 17
23- experimental : true
19+ jdk : [8, 11, 17, 21]
20+
2421 steps :
2522 - uses : actions/checkout@v3
2623 - name : Set up JDK ${{ matrix.jdk }}
3128 cache : maven
3229 - name : Build with Maven
3330 run : mvn --batch-mode --update-snapshots --file pom.xml -Djava.version=${{ matrix.jdk }} package
34- - run : mkdir staging && cp target/*.war staging
35- - uses : actions/upload-artifact@v4
36- with :
37- name : cics-java-liberty-sprintboot-jcics (Maven, Java ${{ matrix.jdk }})
38- path : staging
3931
4032 build-mvnw :
4133 name : Build Maven Wrapper
Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ repositories
2828 mavenCentral()
2929}
3030
31- java
32- {
33- toolchain
34- {
35- languageVersion = JavaLanguageVersion . of(java_version)
36- vendor = JvmVendorSpec . IBM
37- implementation = JvmImplementation . J9
38- }
39- }
4031
4132dependencies
4233{
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-7.5 -rc-1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -rc-1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments