Skip to content

Commit

Permalink
Repo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dreedyman committed Nov 12, 2021
1 parent e8d9d6d commit 91eac0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distribution/src/main/config/resolverConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ resolver {
jar = "${rioHome()}/lib/resolver/resolver-aether-${RioVersion.VERSION}.jar"

repositories {
remote = ["bintray": "https://dl.bintray.com/dreedyman/maven",
"rio" : "https://repo.repsy.io/mvn/dreedy/maven",
remote = ["rio" : "https://repo.repsy.io/mvn/dreedy/maven",
"central": "https://repo1.maven.org/maven2"]

flatDirs = [new File(rioHome(), "lib-dl"),
Expand Down

0 comments on commit 91eac0a

Please sign in to comment.