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 930c9a1 commit 94a4deeCopy full SHA for 94a4dee
build.gradle
@@ -78,6 +78,13 @@ publishing {
78
password = System.getenv("GITHUB_TOKEN")
79
}
80
81
+ maven {
82
+ name = "multiverse"
83
+ def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
84
+ def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
85
+ url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
86
+ credentials(PasswordCredentials)
87
+ }
88
89
90
0 commit comments