Skip to content

Commit 035e7f4

Browse files
authored
fix: now using temurin Java 11 LTS for release (#391)
1 parent 522901a commit 035e7f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Use Java 15
1818
uses: actions/setup-java@v2
1919
with:
20-
distribution: 'adopt'
21-
java-version: '15'
20+
distribution: 'temurin'
21+
java-version: '11'
2222
check-latest: true
2323
server-id: ossrh
2424
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)