We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e25e1d + e14853d commit fd02e00Copy full SHA for fd02e00
build.gradle
@@ -128,8 +128,8 @@ publishing {
128
}
129
maven {
130
name = "multiverse"
131
- def releasesRepoUrl = "https://repo.dumptruckman.com/multiverse-releases"
132
- def snapshotsRepoUrl = "https://repo.dumptruckman.com/multiverse-snapshots"
+ def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
+ def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
133
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
134
credentials(PasswordCredentials)
135
0 commit comments