mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-24 09:06:39 +00:00
build: address review comments
This commit is contained in:
@@ -11,5 +11,5 @@ tasks.named("jar") {
|
||||
}
|
||||
|
||||
tasks.withType<JavaCompile>().configureEach {
|
||||
options.release.set(25)
|
||||
options.release = 25
|
||||
}
|
||||
@@ -21,7 +21,7 @@ tasks.withType<Jar> {
|
||||
}
|
||||
|
||||
tasks.withType<JavaCompile>().configureEach {
|
||||
options.release.set(25)
|
||||
options.release = 25
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
Reference in New Issue
Block a user