Skip to content

Commit 7f345ed

Browse files
committed
Use java 8 to publish snapshots
1 parent f7e8538 commit 7f345ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Set up Java
2424
uses: actions/setup-java@v4
2525
with:
26-
java-version: '21'
27-
distribution: 'temurin'
26+
java-version: 8
27+
distribution: temurin
2828

2929
- name: Set up Gradle
3030
uses: gradle/actions/setup-gradle@v4

0 commit comments

Comments
 (0)