File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
10
- - name : Set up JDK 17
11
- uses : actions/setup-java@v3
9
+ - uses : actions/checkout@v4
10
+ - name : Set up JDK 21
11
+ uses : actions/setup-java@v4
12
12
with :
13
13
distribution : ' temurin'
14
- java-version : 17
14
+ java-version : 21
15
15
cache : ' gradle'
16
16
- name : Make gradlew executable
17
17
run : chmod +x ./gradlew
18
18
- name : Build with Gradle
19
19
run : ./gradlew build
20
- - uses : actions/upload-artifact@v3
20
+ - uses : actions/upload-artifact@v4
21
21
with :
22
22
name : ForgeArtifact
23
23
path : ./forge/build/libs/*.jar
24
- - uses : actions/upload-artifact@v3
24
+ - uses : actions/upload-artifact@v4
25
25
with :
26
26
name : NeoForgeArtifact
27
27
path : ./neoforge/build/libs/*.jar
30
30
env :
31
31
SAP_SECRET : ${{ secrets.SAP_SECRET }}
32
32
run : ./gradlew publish
33
- - uses : actions/upload-artifact@v3
33
+ - uses : actions/upload-artifact@v4
34
34
with :
35
35
name : FabricArtifact
36
36
path : ./fabric/build/libs/*.jar
Original file line number Diff line number Diff line change 1
- * Initial update to 1.20.4
1
+ * Initial update to 1.20.6
Original file line number Diff line number Diff line change 1
1
# Project
2
- version =3.2 .0
2
+ version =3.3 .0
3
3
group =com.mrbysco.justenoughprofessions
4
4
5
5
# Common
You can’t perform that action at this time.
0 commit comments