mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Update deps + fix some failing tests.
This commit is contained in:
@@ -94,7 +94,7 @@ public abstract class ValidateAccessWidenerTask extends DefaultTask {
|
||||
/**
|
||||
* Validates that all entries in an access-widner file relate to a class/method/field in the mc jar.
|
||||
*/
|
||||
private static record AccessWidenerValidator(TrEnvironment environment) implements AccessWidenerVisitor {
|
||||
private record AccessWidenerValidator(TrEnvironment environment) implements AccessWidenerVisitor {
|
||||
@Override
|
||||
public void visitClass(String name, AccessWidenerReader.AccessType access, boolean transitive) {
|
||||
if (environment().getClass(name) == null) {
|
||||
|
||||
Reference in New Issue
Block a user