Skip to content

Commit 132fbb7

Browse files
committed
build on JDK17 and JDK20, JDK11 not supported anymore
1 parent 2ea1382 commit 132fbb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- release
2828
jdk:
2929
- 17
30+
- 20
3031

3132
name: Build plugin on ${{ matrix.platform }} - JDK ${{ matrix.jdk }}, minJosmVersion=${{ matrix.josm-version }}
3233
runs-on: ${{ matrix.platform }}
@@ -53,4 +54,4 @@ jobs:
5354
DISPLAY: ":19"
5455
OSM_DEV_API_PASSWORD: "${{ secrets.OSM_DEV_API_PASSWORD }}"
5556
with:
56-
arguments: build -Pplugin.josmCompileVersion=${{ matrix.josm-version}} -Pgraalvm.jdk=java${{ matrix.jdk }}
57+
arguments: build -Pplugin.josmCompileVersion=${{ matrix.josm-version}} -Pgraalvm.jdk=jdk${{ matrix.jdk }}

0 commit comments

Comments
 (0)