Skip to content

Commit

Permalink
revert update gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
litecreator committed May 14, 2021
1 parent fdb9547 commit a29e678
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ task sourceJar(type: Jar, dependsOn: classes) {
repositories {
mavenLocal()
mavenCentral()
maven { url 'https://oss.sonatype.org/release' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
maven { url 'https://mvnrepository.com' }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'http://mvnrepository.com' }
}
def versions = [
checkstyle: '8.7',
Expand Down

0 comments on commit a29e678

Please sign in to comment.