fix maven repo publishing (maybe?)

This commit is contained in:
PiggyPiglet
2025-03-30 20:41:51 +08:00
parent e019d6370c
commit b16d62fb75

View File

@@ -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 {