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