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 565a4e1 commit 5973444Copy full SHA for 5973444
.github/workflows/maven.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
distribution: 'corretto'
24
java-version: ${{ matrix.java }}
25
+ architecture: 'x64'
26
cache: 'maven'
27
- name: Build with Maven
28
run: mvn test jacoco:report --file pom.xml -B
0 commit comments