invoke shadowJar

This commit is contained in:
Shane Freeder 2019-09-30 21:08:02 +01:00
parent 83373275f7
commit f53d4bde67
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C

View File

@ -7,6 +7,10 @@ plugins {
tasks {
build {
dependsOn(shadowJar)
}
shadowJar {
dependencies {
include(dependency("org.spongepowered:configurate-yaml"))