mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 09:46:24 +00:00
load bootstrap addons
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
Bootstrap-Addon-Entry-Point: com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader
|
||||
Reference in New Issue
Block a user