clean up gradle

This commit is contained in:
dfsek
2021-11-25 11:27:33 -07:00
parent 35194fc09c
commit 0441760cae
9 changed files with 86 additions and 90 deletions

View File

@@ -51,7 +51,7 @@ public class DependencySorter {
if(!range.isSatisfiedBy(dependency.getVersion())) {
throw new DependencyVersionException("Addon " + addon.getID() + " specifies dependency on " + id + ", versions " + range +
", but non-matching version " + dependency.getVersion() + " is installed..");
", but non-matching version " + dependency.getVersion().getFormatted() + " is installed..");
}
if(!visited.get(dependency.getID())) { // if we've not visited it yet