Fix some stuff

This commit is contained in:
2025-07-01 19:04:13 +02:00
parent 6b16bbc785
commit 8677d59cce
2 changed files with 2 additions and 0 deletions
@@ -19,6 +19,7 @@
plugins {
steamwar.java
alias(libs.plugins.shadow)
}
java {
+1
View File
@@ -70,5 +70,6 @@ tasks.register<DevServer>("DevVelocity") {
description = "Run a Dev Velocity"
dependsOn(":VelocityCore:shadowJar")
dependsOn(":VelocityCore:Persistent:jar")
dependsOn(":VelocityCore:DiscordDependency:jar")
template = "DevVelocity"
}