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"
|
group "lol.pyr"
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
|
|
||||||
compileJava {
|
java {
|
||||||
options.release.set(8)
|
toolchain.languageVersion.set(JavaLanguageVersion.of(8))
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in a new issue