Skip to content

Commit 0cc74b2

Browse files
committed
build: bump paperweight version to 1.7.2
Signed-off-by: Cristóbal Veas <[email protected]>
1 parent 51c7985 commit 0cc74b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
java
33
id("io.github.goooler.shadow") version ("8.1.8")
4-
id("io.papermc.paperweight.userdev") version ("1.7.1")
4+
id("io.papermc.paperweight.userdev") version ("1.7.2")
55
}
66

77
group = "team.devblook"
88
version = property("projectVersion") as String
9-
description = "A modern Minecraft server hub core solution. Based on DeluxeHub by ItsLewizz."
9+
description = "A modern Minecraft server hub core solution. Based on DeluxeHub by ItsLewizzz."
1010

1111
val libsPackage = property("libsPackage") as String
1212

0 commit comments

Comments
 (0)