This commit is contained in:
dfsek
2021-11-17 16:28:38 -07:00
parent a5d9fca932
commit 9b30d11791
7 changed files with 11 additions and 15 deletions
@@ -3,7 +3,7 @@ dependencies {
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
}
tasks.withType<Jar>() {
tasks.withType<Jar> {
manifest {
attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader")
}