Skip to content

Commit 1dceed0

Browse files
authored
Merge pull request #279 from Multiverse/ben/publish
Use onarandombox repo for publishing
2 parents 2d7def6 + b05b216 commit 1dceed0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ publishing {
7979
password = System.getenv("GITHUB_TOKEN")
8080
}
8181
}
82+
maven {
83+
name = "multiverse"
84+
def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
85+
def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
86+
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
87+
credentials(PasswordCredentials)
88+
}
8289
}
8390
}
8491

0 commit comments

Comments
 (0)