File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11plugins {
22 base
33 `java- library`
4- id(" com .github.johnrengelman .shadow" ) version " 8.1.1 " apply false
4+ id(" io .github.goooler .shadow" ) version " 8.1.7 " apply false
55}
66
77allprojects {
Original file line number Diff line number Diff line change 11plugins {
2- id(" com .github.johnrengelman .shadow" )
2+ id(" io .github.goooler .shadow" )
33 id(" xyz.jpenilla.run-paper" ) version " 2.1.0"
44}
55
Original file line number Diff line number Diff line change 11plugins {
2- id(" com .github.johnrengelman .shadow" )
2+ id(" io .github.goooler .shadow" )
33 id(" xyz.jpenilla.run-velocity" ) version " 2.1.0"
44}
55
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.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343%JAVA_EXE% -version > NUL 2 >& 1
4444if %ERRORLEVEL% equ 0 goto execute
4545
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
5151
5252goto fail
5353
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757
5858if exist " %JAVA_EXE% " goto execute
5959
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
6565
6666goto fail
6767
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pluginManagement {
1414 }
1515 plugins {
1616 id(" net.kyori.blossom" ) version " 1.3.1"
17- id(" com .github.johnrengelman .shadow" ) version " 8.1.1 "
17+ id(" io .github.goooler .shadow" ) version " 8.1.7 "
1818 }
1919}
2020
You can’t perform that action at this time.
0 commit comments