mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
update Loom run addon configuration
This commit is contained in:
parent
0e815500d0
commit
47d2ec6bb0
@ -40,8 +40,9 @@ loom {
|
||||
}
|
||||
|
||||
|
||||
addonDir(project.rootProject.file("./run/config/Terra/addons"), tasks.named("runClient").get())
|
||||
addonDir(project.rootProject.file("./run/config/Terra/addons"), tasks.named("runServer").get())
|
||||
|
||||
addonDir(project.file("./run/config/Terra/addons"), tasks.named("runClient").get())
|
||||
addonDir(project.file("./run/config/Terra/addons"), tasks.named("runServer").get())
|
||||
|
||||
tasks.withType<JavaCompile>().configureEach {
|
||||
options.release.set(17)
|
||||
|
Loading…
x
Reference in New Issue
Block a user