load bootstrap addons

This commit is contained in:
dfsek
2021-11-17 08:52:23 -07:00
parent 9840bf09fa
commit c6e6478043
2 changed files with 6 additions and 1 deletions

View File

@@ -2,3 +2,9 @@ dependencies {
"shadedApi"("commons-io:commons-io:2.6")
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
}
tasks.withType<Jar>() {
manifest {
attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader")
}
}

View File

@@ -1 +0,0 @@
Bootstrap-Addon-Entry-Point: com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader