mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-21 07:40:27 +00:00
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
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")
|
|
}
|
|
}
|
|
|
|
project.extra.set("bootstrap", true) |