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 6efae03 commit 861e9b7Copy full SHA for 861e9b7
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up JDK ${{ matrix.java }}
24
uses: actions/setup-java@v3
25
with:
26
- distribution: 'zulu'
+ distribution: 'temurin'
27
java-version: ${{ matrix.java }}
28
cache: 'maven'
29
- name: Build with Maven
0 commit comments