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