bootstrap addon dumping

This commit is contained in:
dfsek
2021-11-17 09:22:45 -07:00
parent c6e6478043
commit b9a6f11245

View File

@@ -7,4 +7,6 @@ tasks.withType<Jar>() {
manifest {
attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader")
}
}
}
project.extra.set("bootstrap", true)