mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
finally ! smaller jar is smaller
This commit is contained in:
parent
fe2196626a
commit
a350b7fa69
1 changed files with 4 additions and 3 deletions
|
|
@ -148,9 +148,10 @@ tasks {
|
|||
val name = "${rootProject.name}-${effectiveVersion}.jar"
|
||||
archiveFileName.set(name)
|
||||
|
||||
// Exclude kotlin std and its annotation
|
||||
exclude("**/kotlin-stdlib*.jar")
|
||||
exclude("**/annotations*.jar")
|
||||
// Exclude kotlin std, annotations and adventure api
|
||||
exclude("*kotlin/**")
|
||||
exclude("**/annotations/**")
|
||||
exclude("net/kyori/**")
|
||||
|
||||
// Shadow necessary dependency
|
||||
relocate("com.github.stefvanschie.inventoryframework", "xyz.alexcrea.inventoryframework")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue