Skip to content

Commit

Permalink
add eth to gradle buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
litecreator committed May 14, 2021
1 parent 03dfafe commit 4b0137e
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 @@ -3,7 +3,6 @@ buildscript {
mavenCentral()
jcenter()
maven { url 'http://mvnrepository.com' }
maven { url 'https://dl.bintray.com/ethereum/maven/' }
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.3'
Expand Down Expand Up @@ -55,6 +54,7 @@ repositories {
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 4b0137e

Please sign in to comment.