Skip to content

Commit 2b4b7d8

Browse files
committed
ci: use temurin
1 parent f10d9c7 commit 2b4b7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-java@v4
1212
with:
13-
distribution: 'zulu'
13+
distribution: 'temurin'
1414
java-version: 17
1515
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
1616
run: ./gradlew build --stacktrace

0 commit comments

Comments
 (0)