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 8bbe995 commit 7bebbefCopy full SHA for 7bebbef
.github/workflows/build-matrix.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/setup-java@v3
22
with:
23
java-version: ${{ matrix.java_version }}
24
+ distribution: 'temurin'
25
- name: Install
26
run: mvn clean install -DskipTests --batch-mode --no-transfer-progress
27
- name: Build
0 commit comments