Skip to content

Commit 52e0b12

Browse files
authored
Merge pull request #3195 from Multiverse/fix/publish
Remove onarandombox publish repo as its already in our gradle plugin
2 parents ca73265 + d1dd8d7 commit 52e0b12

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,5 @@ publishing {
113113
password = System.getenv("GITHUB_TOKEN")
114114
}
115115
}
116-
maven {
117-
name = "multiverse"
118-
def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
119-
def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
120-
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
121-
credentials(PasswordCredentials)
122-
}
123116
}
124117
}

0 commit comments

Comments
 (0)