File tree Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
- name : Checkout
19
19
20
20
- name : ' Set up JDK ${{ matrix.java }}'
21
- uses : actions/setup-java@v4.5 .0
21
+ uses : actions/setup-java@v4.6 .0
22
22
with :
23
23
distribution : adopt
24
24
java-version : ' ${{ matrix.java }}'
25
25
- name : Cache Gradle
26
- uses : actions/cache@v4.1.2
26
+ uses : actions/cache@v4.2.0
27
27
with :
28
28
path : ~/.gradle/caches
29
29
key : >-
35
35
- name : Build the Jar
36
36
run : ' ./gradlew clean shadowJar'
37
37
- name : Upload a Build Artifact
38
- uses : actions/upload-artifact@v4.4.3
38
+ uses : actions/upload-artifact@v4.5.0
39
39
with :
40
40
name : ' LobbyHeads'
41
41
path : build/libs/LobbyHeads*.jar
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
checkstyle {
6
- toolVersion = " 10.20.1 "
6
+ toolVersion = " 10.21.0 "
7
7
8
8
configFile = file(" ${rootDir} /checkstyle/checkstyle.xml" )
9
9
configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /checkstyle/suppressions.xml"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
dependencies {
6
6
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 " ))
8
8
testImplementation(" org.junit.jupiter:junit-jupiter" )
9
9
testImplementation(" org.mockito:mockito-core:5.14.2" )
10
10
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
compileOnly(" com.mojang:authlib:5.0.47" )
37
37
38
38
// 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 " )
40
40
41
41
// PlaceholderAPI, if anyone wants to parse placeholders in the head's name
42
42
compileOnly(" me.clip:placeholderapi:2.11.6" )
@@ -49,7 +49,7 @@ dependencies {
49
49
50
50
// tests setup
51
51
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 " ))
53
53
testImplementation(" org.junit.jupiter:junit-jupiter" )
54
54
testImplementation(" org.mockito:mockito-core:5.14.2" )
55
55
}
You can’t perform that action at this time.
0 commit comments