Updated to Gradle 9

This commit is contained in:
Anuken
2026-02-24 00:32:22 -05:00
parent eedfb62cf2
commit 41edbd338d
4 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ buildscript{
mavenLocal()
mavenCentral()
google()
maven{ url 'https://jitpack.io' }
maven{ url = 'https://jitpack.io' }
}
dependencies{
@@ -180,8 +180,8 @@ allprojects{
repositories{
mavenLocal()
mavenCentral()
maven{ url "https://central.sonatype.com/repository/maven-snapshots" }
maven{ url 'https://jitpack.io' }
maven{ url = "https://central.sonatype.com/repository/maven-snapshots" }
maven{ url = 'https://jitpack.io' }
}
task clearCache{