Possible fix/workaround for idea enabling annotation processors when we dont really need them.

This commit is contained in:
modmuss50
2019-12-11 14:19:47 +00:00
parent c67206297e
commit dcbe6c4566
3 changed files with 13 additions and 4 deletions

View File

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