Update
EnergonRelics/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-08-04 20:54:28 -04:00
parent 2e4104b38c
commit 1f58cf5329
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ plugins {
} }
compileJava { compileJava {
sourceCompatibility = JavaVersion.VERSION_11 sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8
} }
@ -46,8 +46,11 @@ dependencies {
publishing { publishing {
publications { publications {
//noinspection GroovyAssignabilityCheck
mavenJava(MavenPublication) { mavenJava(MavenPublication) {
//noinspection GroovyAssignabilityCheck
artifact(remapJar) { artifact(remapJar) {
//noinspection GroovyAssignabilityCheck
builtBy remapJar builtBy remapJar
} }
} }

View File

@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version = 1.16.2-pre1 minecraft_version = 1.16.2-pre1
yarn_build = 16 yarn_build = 17
fabric_loader_version = 0.9.0+build.204 fabric_loader_version = 0.9.0+build.204
# Mod Properties # Mod Properties