make it build when using java 8 to run gradle

This commit is contained in:
Pyrbu 2023-06-19 12:26:13 +02:00
parent ac3827986f
commit 600d3f2fca

@ -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 {