Skip to content

Instantly share code, notes, and snippets.

@zihluwang
Last active June 6, 2024 06:16
Show Gist options
  • Save zihluwang/f44efdf9d754e058d08d549cba58eef0 to your computer and use it in GitHub Desktop.
Save zihluwang/f44efdf9d754e058d08d549cba58eef0 to your computer and use it in GitHub Desktop.
Gradle initialise settings for repository.
allprojects {
repositories {
mavenLocal()
maven("https://maven.proxy.ustclug.org/maven2/")
maven("https://maven.aliyun.com/repository/public/")
mavenCentral()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment