From 8677d59cce95a99613c609b3f307ff0cbc60804a Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Tue, 1 Jul 2025 19:04:13 +0200 Subject: [PATCH] Fix some stuff --- VelocityCore/DiscordDependency/build.gradle.kts | 1 + VelocityCore/build.gradle.kts | 1 + 2 files changed, 2 insertions(+) diff --git a/VelocityCore/DiscordDependency/build.gradle.kts b/VelocityCore/DiscordDependency/build.gradle.kts index 5c4c27a6..dbe2ac56 100644 --- a/VelocityCore/DiscordDependency/build.gradle.kts +++ b/VelocityCore/DiscordDependency/build.gradle.kts @@ -19,6 +19,7 @@ plugins { steamwar.java + alias(libs.plugins.shadow) } java { diff --git a/VelocityCore/build.gradle.kts b/VelocityCore/build.gradle.kts index 54b55e9c..5074c280 100644 --- a/VelocityCore/build.gradle.kts +++ b/VelocityCore/build.gradle.kts @@ -70,5 +70,6 @@ tasks.register("DevVelocity") { description = "Run a Dev Velocity" dependsOn(":VelocityCore:shadowJar") dependsOn(":VelocityCore:Persistent:jar") + dependsOn(":VelocityCore:DiscordDependency:jar") template = "DevVelocity" }