mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
dependencies {
|
|
}
|
|
|
|
tasks.withType<Jar> {
|
|
manifest {
|
|
attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addon.loader.ApiAddonLoader")
|
|
}
|
|
}
|
|
|
|
project.extra.set("bootstrap", true) |