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 f10d9c7 commit 2b4b7d8Copy full SHA for 2b4b7d8
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-java@v4
12
with:
13
- distribution: 'zulu'
+ distribution: 'temurin'
14
java-version: 17
15
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
16
run: ./gradlew build --stacktrace
0 commit comments