mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-22 16:21:22 +01:00
Add temporary publishing repo
This commit is contained in:
parent
e59089f706
commit
668856dccc
@ -243,6 +243,13 @@ publishing {
|
||||
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
|
||||
credentials(PasswordCredentials)
|
||||
}
|
||||
|
||||
maven {
|
||||
// todo: remove before mv5 release
|
||||
name = "multiverseBeta"
|
||||
url = "https://repo.c0ding.party/multiverse-beta"
|
||||
credentials(PasswordCredentials)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user