We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc3865 commit b5b4725Copy full SHA for b5b4725
build.gradle
@@ -67,12 +67,5 @@ publishing {
67
password = System.getenv("GITHUB_TOKEN")
68
}
69
70
- maven {
71
- name = "multiverse"
72
- def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
73
- def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
74
- url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
75
- credentials(PasswordCredentials)
76
- }
77
78
0 commit comments