api addon bootstrap config

This commit is contained in:
dfsek
2021-11-17 12:39:44 -07:00
parent fd22dca0fa
commit 226420b1d2
2 changed files with 25 additions and 1 deletions
@@ -1,2 +1,10 @@
dependencies {
}
tasks.withType<Jar>() {
manifest {
attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addon.loader.ApiAddonLoader")
}
}
project.extra.set("bootstrap", true)