mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 08:38:51 +00:00
build: address review comments
This commit is contained in:
@@ -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