OSSRH Sunset - switch to central (only that linktosriram's s3-lite isn't on there (yet) so we need to go through GitHub with auth)

This commit is contained in:
Chaosjan44 2025-06-30 23:41:33 +02:00
parent 9ece73bd80
commit 23f8b880a3
2 changed files with 11 additions and 0 deletions

View file

@ -30,6 +30,12 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://libraries.minecraft.net/' }
maven { url "https://maven.pkg.github.com/linktosriram/s3-lite"
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
}
}
maven { url "https://oss.sonatype.org/content/repositories/releases" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://repo.mikeprimm.com" }