Fix artifact resolver to allow local cache files
This commit is contained in:
@@ -111,7 +111,7 @@ public class ArtifactResolver
|
|||||||
if (!a.getGroupId().startsWith("net.runelite"))
|
if (!a.getGroupId().startsWith("net.runelite"))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (!ar.getRepository().equals(newRuneliteRepository()))
|
if (ar.getRepository() instanceof RemoteRepository && !ar.getRepository().equals(newRuneliteRepository()))
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user