File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ jobs:
1414 - name : Set up GraalVM and Native Image
1515 uses : graalvm/setup-graalvm@v1
1616 with :
17- java-version : 20 .0.1
17+ java-version : 21 .0.0
1818 distribution : graalvm-community
1919 github-token : ${{ secrets.GITHUB_TOKEN }}
2020 - name : Build
2121 run : ./jbang export native -Dversion=${{ github.event.inputs.version }} p2e.java
2222 - name : Assemble
2323 uses : jreleaser/release-action@2.4.1
2424 with :
25- version : 1.6 .0
25+ version : 1.8 .0
2626 setup-java : false
2727 arguments : assemble
2828 env :
2929 JRELEASER_PROJECT_VERSION : ${{ github.event.inputs.version }}
3030 - name : Release
3131 uses : jreleaser/release-action@2.4.1
3232 with :
33- version : 1.6 .0
33+ version : 1.8 .0
3434 setup-java : false
3535 env :
3636 JRELEASER_PROJECT_VERSION : ${{ github.event.inputs.version }}
Original file line number Diff line number Diff line change 1- java=22.3.1.r19-grl
1+ java=21-graalce
Original file line number Diff line number Diff line change 11///usr/bin/env jbang "$0" "$@" ; exit $?
2- //DEPS info.picocli:picocli:4.7.0
3- //DEPS info.picocli:picocli-codegen:4.7.0
2+ //DEPS info.picocli:picocli:4.7.5
3+ //DEPS info.picocli:picocli-codegen:4.7.5
44//MANIFEST Implementation-Version=${version}
5- //JAVA 20
5+ //JAVA 21
66
77package com .github .helpermethod .p2e ;
88
You can’t perform that action at this time.
0 commit comments