This commit is contained in:
dfsek
2021-11-17 16:28:39 -07:00
parent 226420b1d2
commit 1a733d10c0
2 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
dependencies {
}
tasks.withType<Jar>() {
tasks.withType<Jar> {
manifest {
attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addon.loader.ApiAddonLoader")
}