Skip to content

Commit

Permalink
refactor: replace id repository from unnamed
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanGmG committed May 30, 2023
1 parent f22f796 commit f44e547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void classloader(final @NotNull PluginClasspathBuilder classpathBuilder)
.build();

RemoteRepository unnamedRepo = new RemoteRepository
.Builder("unnamed", "default", "https://repo.unnamed.team/repository/unnamed-public/")
.Builder("unnamed-public", "default", "https://repo.unnamed.team/repository/unnamed-public/")
.build();


Expand Down

0 comments on commit f44e547

Please sign in to comment.