Skip to content

Commit

Permalink
update gradle config for eth
Browse files Browse the repository at this point in the history
  • Loading branch information
litecreator committed May 14, 2021
1 parent ee80a05 commit 3e25ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ repositories {
mavenLocal()
mavenCentral()
maven { url 'https://oss.sonatype.org/release' }
maven { url 'http://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://maven.scijava.org/content/repositories/public/' }
}
def versions = [
checkstyle: '8.7',
Expand Down

0 comments on commit 3e25ed7

Please sign in to comment.