File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
strategy :
22
22
matrix :
23
- java : [ 17, 21 ]
23
+ openapi-generator-maven-plugin-version : [ 7.14.0, 7.13.0, 7.12.0, 7.11.0 ]
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
- name : Set up JDK
27
27
uses : actions/setup-java@v4
28
28
with :
29
- java-version : ${{ matrix.java }}
29
+ java-version : ' 17 '
30
30
distribution : ' temurin'
31
31
cache : maven
32
- - name : Build with Maven
33
- run : mvn -B package --no-transfer-progress --file pom.xml
32
+ - name : Maven Build - openapi-generator-maven-plugin:${{ matrix.openapi-generator-maven-plugin-version }}
33
+ run : mvn -B package --no-transfer-progress --file pom.xml -Dopenapi-generator-maven-plugin.version=${{ matrix.openapi-generator-maven-plugin-version }}
You can’t perform that action at this time.
0 commit comments