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 879d79a commit 219dadaCopy full SHA for 219dada
.github/workflows/master-build.yml
@@ -42,3 +42,11 @@ jobs:
42
43
- name: Build with maven
44
run: ./mvnw --no-transfer-progress verify
45
+ if: matrix.os != 'windows-latest'
46
+
47
+ - name: Build with maven
48
+ run: |
49
+ set PATH=%JAVA_HOME%\bin;C:\Windows\System32\WindowsPowerShell\v1.0\
50
+ mvnw.cmd --no-transfer-progress verify
51
+ shell: cmd
52
+ if: matrix.os == 'windows-latest'
0 commit comments