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 65df6b2 commit a09d1c1Copy full SHA for a09d1c1
.github/workflows/build.yml
@@ -54,7 +54,8 @@ jobs:
54
java-version: ${{ matrix.java }}
55
distribution: 'temurin'
56
- name: Build Project
57
- run: make install MAVEN_ARGS="${MAVEN_ARGS}"
+ #run: make install MAVEN_ARGS="${MAVEN_ARGS}"
58
+ run: mvn ${MAVEN_ARGS} install
59
60
- name: Check java-generator CLI
61
run: |
0 commit comments