mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Remove multi project optimisation (#1159)
* Remove multi project optimisation * Fix build * Fix FAPI test
This commit is contained in:
@@ -110,14 +110,6 @@ public interface LoomGradleExtension extends LoomGradleExtensionAPI {
|
||||
|
||||
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();
|
||||
|
||||
ListProperty<LibraryProcessorManager.LibraryProcessorFactory> getLibraryProcessors();
|
||||
|
||||
ListProperty<RemapperExtensionHolder> getRemapperExtensions();
|
||||
|
||||
Reference in New Issue
Block a user