make it build when using java 8 to run gradle
This commit is contained in:
parent
ac3827986f
commit
600d3f2fca
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ subprojects {
|
|||
group "lol.pyr"
|
||||
version "2.0.0"
|
||||
|
||||
compileJava {
|
||||
options.release.set(8)
|
||||
java {
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(8))
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue