Skip to content

Commit 1bbf3ab

Browse files
committed
build updates
1 parent 1967d98 commit 1bbf3ab

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

gradle/build-logic/src/main/kotlin/minimotd.shadow-platform.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("minimotd.platform-conventions")
3-
id("com.github.johnrengelman.shadow")
3+
id("io.github.goooler.shadow")
44
}
55

66
tasks {

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ run-velocity = { id = "xyz.jpenilla.run-velocity", version.ref = "run-task" }
66
run-waterfall = { id = "xyz.jpenilla.run-waterfall", version.ref = "run-task" }
77

88
[versions]
9-
run-task = "2.2.2"
9+
run-task = "2.2.4"
1010
mod-publish-plugin = "0.5.1"
1111
hangarPublishPlugin = "0.1.2"
1212
indra = "3.1.3"
13-
shadow = "8.1.1"
13+
shadow = "8.1.7"
1414
adventure = "4.16.0"
1515
adventurePlatform = "4.3.2"
1616
adventurePlatformFabric = "5.12.0"
@@ -72,7 +72,7 @@ jupiterEngine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", ve
7272
# build-logic
7373
indraCommon = { group = "net.kyori", name = "indra-common", version.ref = "indra" }
7474
indraLicenser = { group = "net.kyori", name = "indra-licenser-spotless", version.ref = "indra" }
75-
shadow = { group = "com.github.johnrengelman", name = "shadow", version.ref = "shadow" }
75+
shadow = { group = "io.github.goooler.shadow", name = "shadow-gradle-plugin", version.ref = "shadow" }
7676
mod-publish-plugin = { module = "me.modmuss50:mod-publish-plugin", version.ref = "mod-publish-plugin" }
7777
hangarPublishPlugin = { group = "io.papermc", name = "hangar-publish-plugin", version.ref = "hangarPublishPlugin" }
7878

gradle/wrapper/gradle-wrapper.jar

-9 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew.bat

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343
%JAVA_EXE% -version >NUL 2>&1
4444
if %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

5252
goto fail
5353

@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757

5858
if 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

6666
goto fail
6767

platform/fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("quiet-fabric-loom")
33
id("minimotd.platform-conventions")
4-
id("com.github.johnrengelman.shadow")
4+
id("io.github.goooler.shadow")
55
}
66

77
val shade: Configuration by configurations.creating

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pluginManagement {
2525
}
2626

2727
plugins {
28-
id("quiet-fabric-loom") version "1.5-SNAPSHOT"
28+
id("quiet-fabric-loom") version "1.6-SNAPSHOT"
2929
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
3030
}
3131

0 commit comments

Comments
 (0)