Merge branch 'master' into 1.13.2

This commit is contained in:
Leijurv
2019-07-23 11:58:45 -07:00
26 changed files with 422 additions and 131 deletions
+8
View File
@@ -66,6 +66,14 @@ sourceSets {
compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output
runtimeClasspath += main.compileClasspath + main.runtimeClasspath + main.output
}
schematica_api {
compileClasspath += main.compileClasspath
}
main {
compileClasspath += schematica_api.output
}
}
task sourceJar(type: Jar, dependsOn: classes) {