Yet another attempt to fix the annotation processor issue.

This commit is contained in:
modmuss50
2019-12-13 18:24:01 +00:00
parent 5c2b669bb5
commit c2d61875e1
4 changed files with 15 additions and 5 deletions

View File

@@ -290,4 +290,8 @@ public class LoomGradleExtension {
return refmapName;
}
public boolean ideSync() {
return Boolean.parseBoolean(System.getProperty("idea.sync.active", "false"));
}
}