mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Yet another attempt to fix the annotation processor issue.
This commit is contained in:
@@ -290,4 +290,8 @@ public class LoomGradleExtension {
|
||||
|
||||
return refmapName;
|
||||
}
|
||||
|
||||
public boolean ideSync() {
|
||||
return Boolean.parseBoolean(System.getProperty("idea.sync.active", "false"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user