Skip to content

Commit

Permalink
use maven center
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 19, 2021
1 parent 1b8aa2a commit 551be63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()

}
dependencies {
Expand All @@ -19,7 +19,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()

}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle-xmake-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ group = "org.tboox"
version = "1.1.4"

repositories {
// Use jcenter for resolving your dependencies.
// Use mavenCentral for resolving your dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit 551be63

Please sign in to comment.