File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
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@ef85c4ed42c6bd3e2d9deb8edcba57e41360968b
35
+ uses : gradle/gradle-build-action@0706ab3a3c20483a3f37c3d9de1b0d95297e3743
36
36
with :
37
37
arguments : shadowAll
38
38
- name : Upload a ChatFormatter Artifact
39
-
39
+
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 @@ -7,7 +7,7 @@ import java.util.jar.JarOutputStream
7
7
plugins{
8
8
id(" eternalcode.java" )
9
9
id(" com.github.johnrengelman.shadow" )
10
- id(" xyz.jpenilla.run-paper" ) version " 2.2.2 "
10
+ id(" xyz.jpenilla.run-paper" ) version " 2.2.3 "
11
11
}
12
12
13
13
tasks.create(" shadowAll" ) {
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ 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.1 " )
37
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.1 " )
36
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
37
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
38
38
}
39
39
40
40
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.5 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -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 @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
43
43
%JAVA_EXE% -version > NUL 2 >& 1
44
44
if %ERRORLEVEL% equ 0 goto execute
45
45
46
- echo .
47
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48
- echo .
49
- echo Please set the JAVA_HOME variable in your environment to match the
50
- echo location of your Java installation.
46
+ echo . 1 >& 2
47
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1 >& 2
48
+ echo . 1 >& 2
49
+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
50
+ echo location of your Java installation. 1 >& 2
51
51
52
52
goto fail
53
53
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
57
57
58
58
if exist " %JAVA_EXE% " goto execute
59
59
60
- echo .
61
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62
- echo .
63
- echo Please set the JAVA_HOME variable in your environment to match the
64
- echo location of your Java installation.
60
+ echo . 1 >& 2
61
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1 >& 2
62
+ echo . 1 >& 2
63
+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
64
+ echo location of your Java installation. 1 >& 2
65
65
66
66
goto fail
67
67
You can’t perform that action at this time.
0 commit comments