mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
updated to publish dev builds to the dev repo
This commit is contained in:
parent
9ef5cedfd6
commit
a6ab3a2a03
@ -82,7 +82,12 @@ sourceSets {
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://repo.extendedclip.com/content/repositories/public/")
|
||||
|
||||
if (version.contains("-DEV-")) {
|
||||
url = uri("https://repo.extendedclip.com/content/repositories/dev/")
|
||||
} else {
|
||||
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
|
||||
}
|
||||
|
||||
credentials {
|
||||
username = System.getenv("JENKINS_USER")
|
||||
|
Loading…
Reference in New Issue
Block a user