diff --git a/build.gradle.kts b/build.gradle.kts index da52a91..90b4ee1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,11 +15,11 @@ architectury { } subprojects { - val shadowC by configurations.creating - tasks.withType(ShadowJar::class) { this.configurations = listOf(shadowC) } apply(plugin = "org.jetbrains.kotlin.jvm") apply(plugin = "forgified-fabric-loom") apply(plugin = "com.github.johnrengelman.shadow") + val shadowC by configurations.creating + tasks.withType(ShadowJar::class) { this.configurations = listOf(shadowC) } dependencies { shadowC(kotlin("stdlib-jdk8")) "minecraft"("com.mojang:minecraft:${rootProject.property("minecraft")}")