We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f387f9 commit 95ee699Copy full SHA for 95ee699
.github/workflows/gradle.yml
@@ -19,15 +19,15 @@ jobs:
19
build:
20
strategy:
21
matrix:
22
- josm-version:
+ josm-versions:
23
- latest
24
- tested
25
- release
26
jdk:
27
- 11
28
- 17
29
30
- name: Build plugin - JDK {{ matrix.jdk }}, minJosmVersion={{ matrix.josm-version }}
+ name: Build plugin - JDK {{ matrix.jdk }}, minJosmVersion={{ matrix.josm-versions }}
31
runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v3
@@ -47,4 +47,4 @@ jobs:
47
env:
48
DISPLAY: ":19"
49
with:
50
- arguments: build -Pplugin.josmCompileVersion={{ matrix.josm-version}} -Pgraalvm.jdk=java{{ matrix.jdk }}
+ arguments: build -Pplugin.josmCompileVersion={{ matrix.josm-versions}} -Pgraalvm.jdk=java{{ matrix.jdk }}
0 commit comments