mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2025-02-26 03:13:29 +01:00
Default compiling to java 8
This commit is contained in:
parent
1fa903b02d
commit
84314cae03
@ -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/' }
|
||||
|
Loading…
Reference in New Issue
Block a user