Skip to content

Commit

Permalink
Updated libby-maven-resolver and added secondary repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioDP committed Apr 15, 2024
1 parent 9fa5a8f commit 34e3f75
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ public TransitiveDependencyHelper(@NotNull LibraryManager libraryManager, @NotNu
classLoader.addPath(libraryManager.downloadLibrary(Library.builder()
.groupId("com{}alessiodp{}libby{}maven{}resolver")
.artifactId("libby-maven-resolver")
.version("1.0.0")
.checksumFromBase64("aMujUbcaxqGkNX5LNIwNzJTffn3MH6DrZKzXcu67+Qc=")
.version("1.0.1")
.checksumFromBase64("EmsSUwjtqSeYTt8WEw7LPI/5Yz8bWSxf23XcdLEM7dk=")
.repository(Repositories.MAVEN_CENTRAL)
.repository("https://repo.alessiodp.com/releases")
.build()
));

Expand Down

0 comments on commit 34e3f75

Please sign in to comment.