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 9e74f78 commit 7a06b8aCopy full SHA for 7a06b8a
build.gradle
@@ -110,6 +110,13 @@ publishing {
110
password = System.getenv("GITHUB_TOKEN")
111
}
112
113
+ maven {
114
+ name = "multiverse"
115
+ def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
116
+ def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
117
+ url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
118
+ credentials(PasswordCredentials)
119
+ }
120
121
122
0 commit comments