Fix compiling REI plugin

This commit is contained in:
Shadowfacts 2021-03-10 22:46:33 -05:00
parent ae27a53814
commit 381a7b96aa
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
compileKotlin {
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8
}
java {
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
// if it is present.