Fix AW field remapping (#434)

* Fix AW field remapping

* Fix by updating TR instead

* Fix checkstyle so that tests run
This commit is contained in:
Juuxel
2021-07-13 10:52:42 +03:00
committed by GitHub
parent ad5ac78e06
commit f26e9e2c7b
2 changed files with 2 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ public final class LoomTasks {
project.afterEvaluate(p -> {
MappingsProviderImpl mappingsProvider = extension.getMappingsProvider();
if (mappingsProvider.mappedProvider == null) {
// If this is ever null something has gone badly wrong,
// for some reason for another this afterEvaluate still gets called when something has gone badly