Skip to content

Commit 0764174

Browse files
committed
Update to JDK 17 and remove maven option
1 parent bcaa0de commit 0764174

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ on:
1414
required: false
1515
default: true
1616

17-
env:
18-
MAVEN_OPTS: "-Xmx1024m"
19-
2017
jobs:
2118
release:
2219
runs-on: ubuntu-latest
@@ -40,10 +37,10 @@ jobs:
4037
fetch-depth: 5
4138
fetch-tags: true
4239

43-
- name: Set up JDK 8
40+
- name: Set up JDK 17
4441
uses: actions/setup-java@v4
4542
with:
46-
java-version: '8'
43+
java-version: '17'
4744
distribution: 'temurin'
4845
overwrite-settings: true
4946
server-id: ossrh

0 commit comments

Comments
 (0)