We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c7985 commit 0cc74b2Copy full SHA for 0cc74b2
build.gradle.kts
@@ -1,12 +1,12 @@
1
plugins {
2
java
3
id("io.github.goooler.shadow") version ("8.1.8")
4
- id("io.papermc.paperweight.userdev") version ("1.7.1")
+ id("io.papermc.paperweight.userdev") version ("1.7.2")
5
}
6
7
group = "team.devblook"
8
version = property("projectVersion") as String
9
-description = "A modern Minecraft server hub core solution. Based on DeluxeHub by ItsLewizz."
+description = "A modern Minecraft server hub core solution. Based on DeluxeHub by ItsLewizzz."
10
11
val libsPackage = property("libsPackage") as String
12
0 commit comments