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