File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed
java/systems/kscott/randomspawnplus/spawn Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 - name : Set up JDK 17
1212 uses : actions/setup-java@v3
1313 with :
14- java-version : 17
14+ java-version : 19
1515 distribution : temurin
1616 cache : maven
1717 - name : Build with Maven
1818 run : mvn -B package --file pom.xml
1919 - name : Release RandomSpawnPlus5
2020 uses : marvinpinto/action-automatic-releases@latest
2121 with :
22- title : " RandomSpawnPlus5 v5.0.6 "
23- automatic_release_tag : " 5.0.6 "
22+ title : " RandomSpawnPlus5 v5.0.7 "
23+ automatic_release_tag : " 5.0.7 "
2424 repo_token : " ${{ secrets.GITHUB_TOKEN }}"
2525 files : " target/*.jar"
2626 prerelease : false
Original file line number Diff line number Diff line change 66
77 <groupId >systems.kscott</groupId >
88 <artifactId >randomspawnplus</artifactId >
9- <version >5.0.6 </version >
9+ <version >5.0.7 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >RandomSpawnPlus</name >
2323 <plugin >
2424 <groupId >org.apache.maven.plugins</groupId >
2525 <artifactId >maven-compiler-plugin</artifactId >
26- <version >3.10.1 </version >
26+ <version >3.11.0 </version >
2727 <configuration >
2828 <source >${java.version} </source >
2929 <target >${java.version} </target >
123123 <dependency >
124124 <groupId >io.papermc</groupId >
125125 <artifactId >paperlib</artifactId >
126- <version >1.0.7 </version >
126+ <version >1.0.8 </version >
127127 <scope >compile</scope >
128128 </dependency >
129129 <dependency >
Original file line number Diff line number Diff line change 99import systems .kscott .randomspawnplus .util .Locations ;
1010
1111import java .util .ArrayList ;
12- import java .util .Iterator ;
1312import java .util .List ;
1413import java .util .Random ;
1514
Original file line number Diff line number Diff line change 11# ############################
22# RandomSpawnPlus5 #
3- # Version 5.0.6 #
3+ # Version 5.0.7 #
44# by @89apt89 & @Dreeam #
55# ############################
66
Original file line number Diff line number Diff line change 11# ############################
22# RandomSpawnPlus5 #
3- # Version 5.0.6 #
3+ # Version 5.0.7 #
44# by @89apt89 & @Dreeam #
55# ############################
66
You can’t perform that action at this time.
0 commit comments