Buildscript updates

This commit is contained in:
Anuken
2026-02-13 13:58:38 -05:00
parent fa13d108d9
commit 50c40be5e2
3 changed files with 2 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ buildscript{
mavenLocal()
mavenCentral()
google()
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven{ url 'https://jitpack.io' }
}
@@ -181,8 +180,7 @@ allprojects{
repositories{
mavenLocal()
mavenCentral()
maven{ url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven{ url "https://oss.sonatype.org/content/repositories/releases/" }
maven{ url "https://central.sonatype.com/repository/maven-snapshots" }
maven{ url 'https://jitpack.io' }
}