We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473ccb6 commit c8248beCopy full SHA for c8248be
build.gradle
@@ -9,7 +9,7 @@ version '1.1.3'
9
10
repositories {
11
maven {
12
- url "https://rep.redguy.org/maven-proxy/"
+ url "https://rep.redguy.org/repo/maven-proxy/"
13
}
14
15
@@ -26,7 +26,7 @@ tasks.withType(JavaCompile) {
26
uploadArchives {
27
28
mavenDeployer {
29
- repository(url: "https://rep.redguy.org/maven/") {
+ repository(url: "https://rep.redguy.org/repo/maven/") {
30
authentication(userName: System.getenv("MVN_USER"), password: System.getenv("MVN_PASSWORD"))
31
32
pom.version = project.version
0 commit comments