Skip to content

Commit b9e1db6

Browse files
committed
Update build JDK to 17
1 parent 0f769df commit b9e1db6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gradle-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
22
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle
33

4-
name: Gradle Package
4+
name: Publish to Maven
55

66
on:
77
workflow_dispatch:
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- name: Set up JDK 11
26+
- name: Set up JDK 17
2727
uses: actions/setup-java@v4
2828
with:
29-
java-version: '11'
29+
java-version: '17'
3030
distribution: 'temurin'
3131
cache: gradle
3232

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up JDK 11
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '11'
21+
java-version: '17'
2222
distribution: 'temurin'
2323

2424
- name: Set up Gradle

0 commit comments

Comments
 (0)