Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
litecreator committed May 14, 2021
1 parent 4b0137e commit 29be5e5
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
@@ -1,8 +1,8 @@
buildscript {
repositories {
maven { url 'http://mvnrepository.com' }
mavenCentral()
jcenter()
maven { url 'http://mvnrepository.com' }
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.3'
Expand Down Expand Up @@ -51,10 +51,9 @@ task sourceJar(type: Jar, dependsOn: classes) {
}

repositories {
maven { url 'https://oss.sonatype.org/release' }
mavenLocal()
mavenCentral()
maven { url 'https://oss.sonatype.org/release' }
maven { url 'https://dl.bintray.com/ethereum/maven/' }
}
def versions = [
checkstyle: '8.7',
Expand Down

0 comments on commit 29be5e5

Please sign in to comment.