Skip to content

Commit 7c14e26

Browse files
authored
Merge pull request #580 from Multiverse/ben/publish-1
Use onarandombox repo for publishing
2 parents 9e74f78 + 7a06b8a commit 7c14e26

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
@@ -110,6 +110,13 @@ publishing {
110110
password = System.getenv("GITHUB_TOKEN")
111111
}
112112
}
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+
}
113120
}
114121
}
115122

0 commit comments

Comments
 (0)