mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Print info about locked files during configuration or genSources (#1066)
* Print info about locked files during configuration or genSources * Use release version * Output adjustments * Fix build * Add user back
This commit is contained in:
@@ -198,7 +198,8 @@ public abstract class GenerateSourcesTask extends AbstractLoomTask {
|
||||
final var provideContext = new AbstractMappedMinecraftProvider.ProvideContext(false, true, configContext);
|
||||
minecraftJars = getExtension().getNamedMinecraftProvider().provide(provideContext);
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException("Failed to rebuild input jars", e);
|
||||
ExceptionUtil.printFileLocks(e, getProject());
|
||||
throw ExceptionUtil.createDescriptiveWrapper(RuntimeException::new, "Failed to rebuild input jars", e);
|
||||
}
|
||||
|
||||
for (MinecraftJar minecraftJar : minecraftJars) {
|
||||
|
||||
Reference in New Issue
Block a user