mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Add multi project optimisation option to allow opt into shared tiny remapper. (#747)
* Add multi project optimisation option to allow opting into shared tiny remapper. * Review feedback and fixes
This commit is contained in:
@@ -108,4 +108,12 @@ public interface LoomGradleExtension extends LoomGradleExtensionAPI {
|
||||
boolean refreshDeps();
|
||||
|
||||
void setRefreshDeps(boolean refreshDeps);
|
||||
|
||||
/**
|
||||
* If true, multi-project optimisation mode is enabled. This mode makes builds with many Loom projects
|
||||
* much faster by increasing sharing and disabling some functionality.
|
||||
*
|
||||
* <p>You can enable it by setting the Gradle property {@code fabric.loom.multiProjectOptimisation} to {@code true}.
|
||||
*/
|
||||
boolean multiProjectOptimisation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user