bootstrap addon dumping

This commit is contained in:
dfsek
2021-11-17 09:22:45 -07:00
parent c6e6478043
commit b9a6f11245
@@ -8,3 +8,5 @@ tasks.withType<Jar>() {
attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader") attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader")
} }
} }
project.extra.set("bootstrap", true)