mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-04-06 18:10:29 +08:00
Fix sponge including minecraft in the Plan jar
Co-authored-by: Antti Koponen <koponen942@outlook.com>
This commit is contained in:
parent
4b40d2a493
commit
4814e05107
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user