mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 20:33:01 +00:00
dc07b60688
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
12 lines
313 B
Kotlin
12 lines
313 B
Kotlin
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) |