Skip to content

Commit

Permalink
Fix some things
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Jan 17, 2024
1 parent 48db255 commit 48b7188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public Path getDependencyPath(Dependency dependency, boolean relocated) {
standardRepositories.add(new StandardRepository("https://repo1.maven.org/maven2"));
standardRepositories.add(new StandardRepository("https://git.magmafoundation.org/magmafoundation/magma-maven-repo/-/raw/repository"));
standardRepositories.add(new StandardRepository("https://maven.izzel.io/releases"));
standardRepositories.add(new StandardRepository("https://maven.mohistmc.com/"));
standardRepositories.add(new StandardRepository("https://maven.mohistmc.com"));
List<Dependency> dependencies = manager.getDependencies();

ProgressBarBuilder builder = new ProgressBarBuilder()
Expand Down

0 comments on commit 48b7188

Please sign in to comment.