diff --git a/.github/workflows/java.yaml b/.github/workflows/build.yaml similarity index 94% rename from .github/workflows/java.yaml rename to .github/workflows/build.yaml index 1c2358f..77d4356 100644 --- a/.github/workflows/java.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: with: directory: './cics-java-liberty-link-app/' file-extensions: '*.java' - base-copyright: 'Copyright IBM Corp. 2025' + base-copyright: 'Copyright IBM Corp. 2026' token: ${{ secrets.GITHUB_TOKEN }} build-maven: @@ -98,9 +98,7 @@ jobs: with: java-version: ${{ matrix.jdk }} distribution: 'semeru' - - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4 - - name: Build with Gradle + - name: Build with Gradle Wrapper run: ./gradlew clean build -Pjava_version=${{ matrix.jdk }} # Made with Bob diff --git a/README.md b/README.md index b07e756..a27e0d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sample: cics-java-liberty-link -[![Build](https://github.com/cicsdev/cics-java-liberty-link/actions/workflows/java.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-link/actions/workflows/java.yaml) +[![Build](https://github.com/cicsdev/cics-java-liberty-link/actions/workflows/build.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-link/actions/workflows/build.yaml) A sample CICS Java application showing use of the `com.ibm.cics.server.invocation.CICSProgram` annotation to link to an Enterprise Java program running in a Liberty JVM server.