mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 00:29:51 +00:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
version = version("1.0.0")
|
|
|
|
dependencies {
|
|
api(libs.libraries.internal.apache.io)
|
|
implementation(libs.libraries.tectonic.yaml)
|
|
}
|
|
|
|
tasks.withType<Jar> {
|
|
manifest {
|
|
attributes("Terra-Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addons.manifest.impl.ManifestAddonLoader")
|
|
}
|
|
}
|
|
|
|
project.extra.set("bootstrap", true) |