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