This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 - name : Set up JDK 17
2121 uses : actions/setup-java@v3
2222 with :
2323 java-version : ' 17'
2424 distribution : ' temurin'
2525 - name : Cache Gradle
26- uses : actions/cache@v3.3.1
26+ uses : actions/cache@v3.3.2
2727 with :
2828 path : ~/.gradle/caches
2929 key : >-
@@ -33,11 +33,11 @@ jobs:
3333 - name : Make gradlew executable
3434 run : chmod +x gradlew
3535 - name : Build with Gradle
36- uses : gradle/gradle-build-action@bde650d6f1426615a60165575bc9cdad3e54d975
36+ uses : gradle/gradle-build-action@0bfe00a136db5e61ba3416b372542a65863a9fee
3737 with :
3838 arguments : shadowJar
3939 - name : Upload a Build Artifact
40- uses : actions/upload-artifact@v3.1.2
40+ uses : actions/upload-artifact@v3.1.3
4141 with :
4242 name : ' Successfully build EternalRTP'
4343 path : build/libs/*.jar
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ plugins {
44 `java- library`
55 checkstyle
66
7- id(" net.minecrell.plugin-yml.bukkit" ) version " 0.5.3 "
7+ id(" net.minecrell.plugin-yml.bukkit" ) version " 0.6.0 "
88 id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
9- id(" xyz.jpenilla.run-paper" ) version " 2.0.1 "
9+ id(" xyz.jpenilla.run-paper" ) version " 2.2.0 "
1010}
1111
1212group = " com.eternalcode"
1313version = " 1.0.0"
1414
1515checkstyle {
16- toolVersion = " 10.9.3 "
16+ toolVersion = " 10.12.4 "
1717
1818 configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
1919
@@ -36,11 +36,11 @@ dependencies {
3636 compileOnly(" org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT" )
3737
3838 // kyori
39- implementation(" net.kyori:adventure-platform-bukkit:4.3.0 " )
40- implementation(" net.kyori:adventure-text-minimessage:4.13 .0" )
39+ implementation(" net.kyori:adventure-platform-bukkit:4.3.1 " )
40+ implementation(" net.kyori:adventure-text-minimessage:4.14 .0" )
4141
4242 // litecommands
43- implementation(" dev.rollczi.litecommands:bukkit-adventure:2.8.7 " )
43+ implementation(" dev.rollczi.litecommands:bukkit-adventure:2.8.9 " )
4444
4545 // cdn configs
4646 implementation(" net.dzikoysk:cdn:1.14.4" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44networkTimeout =10000
5+ validateDistributionUrl =true
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments