Updated to Gradle 9
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user