Skip to content

Commit

Permalink
修改build脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Mar 19, 2021
1 parent 6342d90 commit 79630a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ version '1.1.2'
sourceCompatibility = 1.8

repositories {
maven { url "https://dl.bintray.com/tronj/tronj" }
jcenter()
mavenCentral()
}

buildscript {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url "https://dl.bintray.com/tronj/tronj" }
maven { url "https://jitpack.io" }
jcenter()
}
Expand Down

0 comments on commit 79630a2

Please sign in to comment.