Skip to content

Commit

Permalink
update gradle config rder
Browse files Browse the repository at this point in the history
  • Loading branch information
litecreator committed May 14, 2021
1 parent fbd681a commit c1f62e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ task sourceJar(type: Jar, dependsOn: classes) {
}

repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://oss.sonatype.org/release' }
mavenLocal()
mavenCentral()
maven { url 'http://repo.spring.io/plugins-release' }
maven { url 'https://oss.sonatype.org/release' }
}
def versions = [
checkstyle: '8.7',
Expand Down

0 comments on commit c1f62e7

Please sign in to comment.