Default compiling to java 8

This commit is contained in:
OmerBenGera 2024-04-28 19:21:57 +03:00
parent 1fa903b02d
commit 84314cae03
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ allprojects {
apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}
repositories {
maven { url 'https://repo.bg-software.com/repository/nms/' }
maven { url 'https://repo.bg-software.com/repository/api/' }