dont minify

This commit is contained in:
dfsek
2021-07-17 14:48:26 -07:00
parent ff329b2d18
commit b626b74624

View File

@@ -86,7 +86,6 @@ fun Project.configureDistribution() {
relocate("org.javax.annotation", "com.dfsek.terra.lib.javax.annotation")
relocate("org.json", "com.dfsek.terra.lib.json")
relocate("org.yaml", "com.dfsek.terra.lib.yaml")
minimize()
}
convention.getPlugin<BasePluginConvention>().archivesBaseName = project.name