Skip to content

Commit 2897181

Browse files
committed
Downgrade to Java 1.8
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent c11fc4a commit 2897181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3030
passphrase: ${{ secrets.GPG_PASSPHRASE }}
3131

32-
- name: Set up JDK 11
32+
- name: Set up JDK 1.8
3333
uses: actions/setup-java@v3
3434
with:
3535
distribution: temurin
36-
java-version: 11
36+
java-version: 1.8
3737
cache: 'maven'
3838
server-id: ossrh
3939
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)