mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-07 16:26:13 +00:00
clean up gradle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user