Fix sponge including minecraft in the Plan jar

Co-authored-by: Antti Koponen <koponen942@outlook.com>
This commit is contained in:
Aurora Lahtela 2025-03-22 15:08:33 +02:00
parent 4b40d2a493
commit 4814e05107

View File

@ -6,6 +6,10 @@ plugins {
id "org.spongepowered.gradle.vanilla" version "0.2.1-SNAPSHOT"
}
// Shadow plugin applied even though shadow is not used in the module,
// so that VanillaGradle doesn't include Minecraft in runtimeClassPath
apply plugin: "com.gradleup.shadow"
dependencies {
implementation project(":common")