mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix not being able to skip jar verification.
This commit is contained in:
@@ -124,6 +124,7 @@ public abstract class MinecraftProvider {
|
||||
private void verifyJars() throws IOException, SignatureVerificationFailure {
|
||||
if (GradleUtils.getBooleanProperty(getProject(), Constants.Properties.DISABLE_MINECRAFT_VERIFICATION)) {
|
||||
LOGGER.info("Skipping Minecraft jar verification!");
|
||||
return;
|
||||
}
|
||||
|
||||
LOGGER.info("Verifying Minecraft jars");
|
||||
|
||||
Reference in New Issue
Block a user