Get restrictions module "compiling" on 1.13

This commit is contained in:
Jonas Herzig
2019-04-24 18:33:03 +02:00
parent 6f15df8081
commit 2d572f6740
2 changed files with 102 additions and 103 deletions

View File

@@ -279,13 +279,6 @@ if (project.name != 'core') {
minecraft.accessTransformers << file('../../src/main/resources/META-INF/replaymod_at.cfg')
}
}
sourceSets {
main {
java {
exclude 'com/replaymod/restrictions'
}
}
}
task configureRelocation() {
dependsOn tasks.jar