Skip to content

Commit fd02e00

Browse files
authored
Merge pull request #3187 from Multiverse/ben/publish-repo
2 parents 9e25e1d + e14853d commit fd02e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ publishing {
128128
}
129129
maven {
130130
name = "multiverse"
131-
def releasesRepoUrl = "https://repo.dumptruckman.com/multiverse-releases"
132-
def snapshotsRepoUrl = "https://repo.dumptruckman.com/multiverse-snapshots"
131+
def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
132+
def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
133133
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
134134
credentials(PasswordCredentials)
135135
}

0 commit comments

Comments
 (0)