Skip to content

Commit c8248be

Browse files
committed
Finally update repo url
1 parent 473ccb6 commit c8248be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version '1.1.3'
99

1010
repositories {
1111
maven {
12-
url "https://rep.redguy.org/maven-proxy/"
12+
url "https://rep.redguy.org/repo/maven-proxy/"
1313
}
1414
}
1515

@@ -26,7 +26,7 @@ tasks.withType(JavaCompile) {
2626
uploadArchives {
2727
repositories {
2828
mavenDeployer {
29-
repository(url: "https://rep.redguy.org/maven/") {
29+
repository(url: "https://rep.redguy.org/repo/maven/") {
3030
authentication(userName: System.getenv("MVN_USER"), password: System.getenv("MVN_PASSWORD"))
3131
}
3232
pom.version = project.version

0 commit comments

Comments
 (0)