mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 08:09:39 +01:00
invoke shadowJar
This commit is contained in:
parent
83373275f7
commit
f53d4bde67
@ -7,6 +7,10 @@ plugins {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|
||||||
|
build {
|
||||||
|
dependsOn(shadowJar)
|
||||||
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
dependencies {
|
dependencies {
|
||||||
include(dependency("org.spongepowered:configurate-yaml"))
|
include(dependency("org.spongepowered:configurate-yaml"))
|
||||||
|
Loading…
Reference in New Issue
Block a user