ALL OF THE API

This commit is contained in:
Ben Kerllenevich
2021-11-24 20:52:07 -05:00
parent b613cfcd30
commit 4b23b498b8
45 changed files with 96 additions and 96 deletions

View File

@@ -49,7 +49,7 @@ subprojects {
configure<PublishingExtension> {
repositories.maven {
name = "maven"
url = uri("https://repo.pl3x.net/snapshots")
url = uri("https://repo.purpurmc.org/snapshots")
credentials(PasswordCredentials::class)
}
}