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 1fe6c9b commit c053dc0Copy full SHA for c053dc0
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-java@v2
16
with:
17
- distribution: 'adopt'
+ distribution: 'temurin'
18
java-version: ${{ matrix.java-version }}
19
- run: mvn -B install --no-transfer-progress
20
0 commit comments