now
This commit is contained in:
parent
289c91e648
commit
0913a9e059
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ kotlin {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.build {
|
||||||
|
dependsOn(tasks.shadowJar)
|
||||||
|
}
|
||||||
|
|
||||||
tasks.shadowJar {
|
tasks.shadowJar {
|
||||||
relocate("org.bstats", "moe.jansel")
|
relocate("org.bstats", "moe.jansel")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue