Skip to content

Commit 3e25ed7

Browse files
committed
update gradle config for eth
1 parent ee80a05 commit 3e25ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ repositories {
5454
mavenLocal()
5555
mavenCentral()
5656
maven { url 'https://oss.sonatype.org/release' }
57-
maven { url 'http://repo.spring.io/plugins-release' }
57+
maven { url 'https://repo.spring.io/plugins-release' }
58+
maven { url 'https://maven.scijava.org/content/repositories/public/' }
5859
}
5960
def versions = [
6061
checkstyle: '8.7',

0 commit comments

Comments
 (0)