Skip to content

Commit fa36063

Browse files
authored
Update publish.yml
1 parent d62ca78 commit fa36063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19-
- name: Set up JDK 8
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'temurin'
23-
java-version: '8'
23+
java-version: '17'
2424

2525
- name: Build with Maven
2626
run: mvn clean package

0 commit comments

Comments
 (0)