Update to MC 1.14 / Fabric

This commit is contained in:
Jonas Herzig
2019-05-04 14:37:00 +02:00
parent 17fe5b345f
commit 3d009e45c7
151 changed files with 3963 additions and 1455 deletions

View File

@@ -31,6 +31,9 @@ if (gitDescribe().endsWith('*')) {
group= "com.replaymod"
// Fabric's remapJar task assumes the compile configuration to exist
configurations { compile }
subprojects {
buildscript {
repositories {
@@ -44,7 +47,7 @@ subprojects {
apply plugin: 'idea'
}
evaluationDependsOnChildren()
//evaluationDependsOnChildren()
task shadowJar(type: Copy) {
subprojects.forEach {
def shadowJar = it.tasks.findByName('shadowJar')