We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e5534 commit 71fb021Copy full SHA for 71fb021
.github/workflows/main.yml
@@ -20,6 +20,6 @@ jobs:
20
uses: actions/setup-java@v3
21
with:
22
java-version: 12
23
- distribution: 'zulu'
+ distribution: 'adopt'
24
- name: Build with Maven
25
run: mvn -B package --file pom.xml
0 commit comments