Commit b9e1db6 1 parent 0f769df commit b9e1db6 Copy full SHA for b9e1db6
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
2
2
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle
3
3
4
- name : Gradle Package
4
+ name : Publish to Maven
5
5
6
6
on :
7
7
workflow_dispatch :
@@ -23,10 +23,10 @@ jobs:
23
23
with :
24
24
fetch-depth : 0
25
25
26
- - name : Set up JDK 11
26
+ - name : Set up JDK 17
27
27
uses : actions/setup-java@v4
28
28
with :
29
- java-version : ' 11 '
29
+ java-version : ' 17 '
30
30
distribution : ' temurin'
31
31
cache : gradle
32
32
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - name : Set up JDK 11
18
+ - name : Set up JDK 17
19
19
uses : actions/setup-java@v4
20
20
with :
21
- java-version : ' 11 '
21
+ java-version : ' 17 '
22
22
distribution : ' temurin'
23
23
24
24
- name : Set up Gradle
You can’t perform that action at this time.
0 commit comments