Skip to content

Commit 5ff08f4

Browse files
author
Oliver Weiler
committed
Bump GraalVM from 22.3.1 to 21
1 parent 51780fb commit 5ff08f4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

.sdkmanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java=22.3.1.r19-grl
1+
java=21-graalce

p2e.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

77
package com.github.helpermethod.p2e;
88

0 commit comments

Comments
 (0)