forked from SteamWar/SteamWar
Fix some stuff
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
plugins {
|
||||
steamwar.java
|
||||
alias(libs.plugins.shadow)
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user