mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Add a lock file around building the loom cache. Regenerate if the lock file exists.
This helps to ensure that failed or canceled builds do not cause the cache to be left in an undetectable invalid state.
This commit is contained in:
@@ -109,4 +109,8 @@ public interface LoomGradleExtension extends LoomGradleExtensionAPI {
|
||||
void addTransitiveAccessWideners(List<AccessWidenerFile> accessWidenerFiles);
|
||||
|
||||
DownloadBuilder download(String url);
|
||||
|
||||
boolean refreshDeps();
|
||||
|
||||
void setRefreshDeps(boolean refreshDeps);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user