File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
32
32
- name : Make gradlew executable
33
33
run : chmod +x gradlew
34
34
- name : Build with Gradle
35
- uses : gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff
35
+ uses : gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45
36
36
with :
37
37
arguments : shadowAll
38
38
- name : Upload a ChatFormatter Artifact
39
- uses : actions/upload-artifact@v4.3.3
39
+ uses : actions/upload-artifact@v4.3.4
40
40
with :
41
41
name : ' Successfully build ChatFormatter'
42
42
path : build/libs/ChatFormatter v*.jar
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
testImplementation(" net.kyori:adventure-text-minimessage:$miniMessageVersion " )
19
19
20
20
// CDN Configs
21
- val cdnVersion = " 1.14.4 "
21
+ val cdnVersion = " 1.14.5 "
22
22
implementation(" net.dzikoysk:cdn:$cdnVersion " )
23
23
testImplementation(" net.dzikoysk:cdn:$cdnVersion " )
24
24
@@ -33,13 +33,13 @@ dependencies {
33
33
implementation(" com.eternalcode:gitcheck:1.0.0" )
34
34
35
35
// JUnit 5
36
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
37
- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.2 " )
38
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
36
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.3 " )
37
+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.3 " )
38
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.3 " )
39
39
testImplementation(" org.mockito:mockito-core:5.12.0" )
40
40
testImplementation(" org.mockito:mockito-junit-jupiter:5.12.0" )
41
41
testImplementation(" me.clip:placeholderapi:2.11.6" )
42
- testImplementation(" org.assertj:assertj-core:3.26.0 " )
42
+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
43
43
}
44
44
45
45
tasks {
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.8 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -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 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
#
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
19
21
# #############################################################################
20
22
#
84
86
# shellcheck disable=SC2034
85
87
APP_BASE_NAME=${0##*/ }
86
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87
- APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
+ ' " $PWD " ) || exit
88
91
89
92
# Use the maximum available, or set MAX_FD != -1 to use that value.
90
93
MAX_FD=maximum
Original file line number Diff line number Diff line change 13
13
@ rem See the License for the specific language governing permissions and
14
14
@ rem limitations under the License.
15
15
@ rem
16
+ @ rem SPDX-License-Identifier: Apache-2.0
17
+ @ rem
16
18
17
19
@ if " %DEBUG% " == " " @ echo off
18
20
@ rem ##########################################################################
You can’t perform that action at this time.
0 commit comments