Skip to content

Commit 94a4dee

Browse files
authored
Use onarandombox repo for publishing
1 parent 930c9a1 commit 94a4dee

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
@@ -78,6 +78,13 @@ publishing {
7878
password = System.getenv("GITHUB_TOKEN")
7979
}
8080
}
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+
}
8188
}
8289
}
8390

0 commit comments

Comments
 (0)