Skip to content

Commit 38bc3c4

Browse files
Update plugin com.gradleup.shadow to v9.4.0 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d41319b commit 38bc3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import net.minecrell.pluginyml.paper.PaperPluginDescription
44
plugins {
55
id("java")
66
id("net.minecrell.plugin-yml.paper") version "0.6.0"
7-
id("com.gradleup.shadow").version("9.3.2")
7+
id("com.gradleup.shadow").version("9.4.0")
88
id("xyz.jpenilla.run-paper") version "3.0.2"
99
}
1010

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencyResolutionManagement {
1616
version("geyser", "2.4.2-SNAPSHOT")
1717

1818
plugin("pluginYaml", "net.minecrell.plugin-yml.paper").version("0.6.0")
19-
plugin("shadow", "com.gradleup.shadow").version("9.3.2")
19+
plugin("shadow", "com.gradleup.shadow").version("9.4.0")
2020
plugin("runServer", "xyz.jpenilla.run-paper").version("3.0.2")
2121

2222
library("adventureBukkit", "net.kyori", "adventure-platform-bukkit").version("4.4.1")

0 commit comments

Comments
 (0)