mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-12-07 05:09:36 +01:00
fix maven repo publishing (maybe?)
This commit is contained in:
@@ -108,9 +108,9 @@ tasks {
|
||||
repositories {
|
||||
maven {
|
||||
if ("-DEV" in version.toString()) {
|
||||
url = uri("https://repo.extendedclip.com/content/repositories/dev/")
|
||||
url = uri("https://repo.extendedclip.com/snapshots")
|
||||
} else {
|
||||
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
|
||||
url = uri("https://repo.extendedclip.com/releases")
|
||||
}
|
||||
|
||||
credentials {
|
||||
|
||||
Reference in New Issue
Block a user