Skip to content

Commit 9fffc91

Browse files
committed
fix(workflow): correct Java distribution to Zulu
Changed the Java distribution from Temurin to Zulu in the release workflow for compatibility improvements.
1 parent 803158d commit 9fffc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releaase-to-central-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Java
2222
uses: actions/setup-java@v4
2323
with:
24-
distribution: temurin
24+
distribution: zulu
2525
java-version: 17
2626
- name: Setup Gradle
2727
uses: gradle/gradle-build-action@v3

0 commit comments

Comments
 (0)