Archived
0

Fix relocation, some missing serializers

This commit is contained in:
Dico200
2018-07-22 07:21:02 +02:00
parent 9f81a74bd9
commit 0aa8b1fa90
2 changed files with 33 additions and 2 deletions

View File

@@ -65,9 +65,12 @@ tasks {
}
relocate("", "io.dico.parcels2.util.") {
exclude("kotlin*")
exclude("META-INF/*")
exclude("logback*")
exclude("plugin*")
exclude("logback*xml")
exclude("plugin*yml")
}
relocate("kotlin", "kotlin")
}
}