File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 distribution : adopt
2424 java-version : ' ${{ matrix.java }}'
2525 - name : Cache Gradle
26- uses : actions/cache@v4.1.2
26+ uses : actions/cache@v4.2.0
2727 with :
2828 path : ~/.gradle/caches
2929 key : >-
3535 - name : Build the Jar
3636 run : ' ./gradlew clean shadowJar'
3737 - name : Upload a Build Artifact
38- uses : actions/upload-artifact@v4.4.3
38+ uses : actions/upload-artifact@v4.5.0
3939 with :
4040 name : ' LobbyHeads'
4141 path : build/libs/LobbyHeads*.jar
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55checkstyle {
6- toolVersion = " 10.20.1 "
6+ toolVersion = " 10.21.0 "
77
88 configFile = file(" ${rootDir} /checkstyle/checkstyle.xml" )
99 configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /checkstyle/suppressions.xml"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 testImplementation(" org.codehaus.groovy:groovy-all:3.0.23" )
7- testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
7+ testImplementation(platform(" org.junit:junit-bom:5.11.4 " ))
88 testImplementation(" org.junit.jupiter:junit-jupiter" )
99 testImplementation(" org.mockito:mockito-core:5.14.2" )
1010}
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.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 compileOnly(" com.mojang:authlib:5.0.47" )
3737
3838 // HoloEasy based on top of the protocolib
39- implementation(" com.github.unldenis:holoeasy:3.0.1 " )
39+ implementation(" com.github.unldenis:holoeasy:3.4.4 " )
4040
4141 // PlaceholderAPI, if anyone wants to parse placeholders in the head's name
4242 compileOnly(" me.clip:placeholderapi:2.11.6" )
@@ -49,7 +49,7 @@ dependencies {
4949
5050 // tests setup
5151 testImplementation(" org.codehaus.groovy:groovy-all:3.0.23" )
52- testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
52+ testImplementation(platform(" org.junit:junit-bom:5.11.4 " ))
5353 testImplementation(" org.junit.jupiter:junit-jupiter" )
5454 testImplementation(" org.mockito:mockito-core:5.14.2" )
5555}
You can’t perform that action at this time.
0 commit comments