update maven repo

This commit is contained in:
Riccardo Balbo
2025-06-10 02:33:33 +02:00
parent 305398fbe4
commit 5887efb127

View File

@@ -13,9 +13,9 @@ plugins {
repositories { repositories {
mavenLocal() mavenLocal()
maven { url 'https://maven.rblb.it/NostrGameEngine/nge-platforms' } maven { url 'https://maven.ngengine.org/NostrGameEngine/nge-platforms' }
maven { url 'https://maven.rblb.it/NostrGameEngine/nostr4j' } maven { url 'https://maven.ngengine.org/NostrGameEngine/nostr4j' }
maven { url 'https://maven.rblb.it/NostrGameEngine/ngengine' } maven { url 'https://maven.ngengine.org/NostrGameEngine/ngengine' }
mavenCentral() mavenCentral()
} }