add: allow removing libraries in vanilla installation
This commit is contained in:
@@ -132,8 +132,7 @@ public class DefaultDependencyManager extends AbstractDependencyManager {
|
||||
|
||||
throw new UnsupportedLibraryInstallerException();
|
||||
})
|
||||
.thenApplyAsync(oldVersion::addPatch)
|
||||
.thenComposeAsync(repository::save);
|
||||
.thenApplyAsync(oldVersion::addPatch);
|
||||
}
|
||||
|
||||
public static class UnsupportedLibraryInstallerException extends Exception {
|
||||
|
||||
Reference in New Issue
Block a user