Update cosmos repo and cosmos version.

This commit is contained in:
Len
2025-08-02 11:05:24 +02:00
parent 6190c43eb1
commit 33f51eed09
2 changed files with 15 additions and 6 deletions
+8 -1
View File
@@ -3,7 +3,14 @@ rootProject.name = "PlayerShops"
dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://repo.destro.xyz/snapshots") // Altitude - Galaxy
maven {
name = "AlttdNexus"
url = uri(
"https://repo.alttd.com/repository/alttd-snapshot/"
)
credentials(PasswordCredentials::class)
}
maven("https://repo.destro.xyz/snapshots")
maven("https://jitpack.io") { // Vault
content {
includeGroup("com.github.milkbowl")