diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8b99fb..581d268 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Set up GraalVM and Native Image uses: graalvm/setup-graalvm@v1 with: - java-version: 22.0.0 + java-version: 23.0.0 distribution: graalvm-community github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build @@ -22,7 +22,7 @@ jobs: - name: Assemble uses: jreleaser/release-action@2.4.2 with: - version: 1.8.0 + version: 1.14.0 setup-java: false arguments: assemble env: @@ -30,7 +30,7 @@ jobs: - name: Release uses: jreleaser/release-action@2.4.2 with: - version: 1.8.0 + version: 1.14.0 setup-java: false env: JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }} diff --git a/p2e.java b/p2e.java index 4343523..58b5de8 100755 --- a/p2e.java +++ b/p2e.java @@ -2,7 +2,7 @@ //DEPS info.picocli:picocli:4.7.6 //DEPS info.picocli:picocli-codegen:4.7.6 //MANIFEST Implementation-Version=${version:dev} -//JAVA 22 +//JAVA 23 package com.github.helpermethod.p2e;