File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
- - name : Set up JDK 16
19
+ - name : Set up JDK 17
20
20
uses : actions/setup-java@v1
21
21
with :
22
- java-version : 16
22
+ java-version : 17
23
23
24
24
- name : Cache local Maven repository
25
25
uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
- - name : Set up JDK 16
19
+ - name : Set up JDK 17
20
20
uses : actions/setup-java@v1
21
21
with :
22
- java-version : 16
22
+ java-version : 17
23
23
24
24
- name : Cache local Maven repository
25
25
uses : actions/cache@v2
Original file line number Diff line number Diff line change 24
24
25
25
<groupId >de.keyle</groupId >
26
26
<artifactId >mypet</artifactId >
27
- <version >3.12-1.18-dev1 </version >
27
+ <version >3.12-SNAPSHOT </version >
28
28
<packaging >jar</packaging >
29
29
<name >MyPet</name >
30
30
<url >https://www.spigotmc.org/resources/mypet.12725/</url >
You can’t perform that action at this time.
0 commit comments