mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-22 10:41:27 +00:00
Set target java version to 11
This commit is contained in:
parent
48966bb4e4
commit
09674b96ca
|
@ -16,6 +16,12 @@ dependencies {
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter:$junit_ver"
|
testImplementation "org.junit.jupiter:junit-jupiter:$junit_ver"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
toolchain {
|
||||||
|
languageVersion = JavaLanguageVersion.of(11)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
mainClass = 'tk.sciwhiz12.janitor.App'
|
mainClass = 'tk.sciwhiz12.janitor.App'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user