diff --git a/.github/workflows/main.yml b/.github/workflows/build.yaml similarity index 92% rename from .github/workflows/main.yml rename to .github/workflows/build.yaml index f71f0ff..6991b2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/build.yaml @@ -22,9 +22,9 @@ jobs: - id: copyright-action uses: cicsdev/.github/.github/actions/samples-copyright-checker@4134522d8109169bb8c460db841f94167ec2802f with: - directory: './cics-java-liberty-restapp/' + directory: './cics-java-liberty-restapp-app/' file-extensions: '*.java' - base-copyright: 'Copyright IBM Corp. 2025' + base-copyright: 'Copyright IBM Corp. 2026' token: ${{ secrets.GITHUB_TOKEN }} build-maven: @@ -98,7 +98,5 @@ 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 build -Pjava_version=${{ matrix.jdk }} diff --git a/README.md b/README.md index 8b4614b..0da459c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ cics-java-liberty-restapp =========================== -[![Build](https://github.com/cicsdev/cics-java-liberty-restapp/actions/workflows/main.yml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-restapp/actions/workflows/main.yml) +[![Build](https://github.com/cicsdev/cics-java-liberty-restapp/actions/workflows/build.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-restapp/actions/workflows/build.yaml) Sample RESTful web application for deployment to a Liberty JVM server in CICS. The application is supplied with two resources: