Skip to content

Commit 67f3171

Browse files
author
Robin Duda
committed
replace http repo with mavenCentral alias.
1 parent b54cd53 commit 67f3171

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ plugins {
55

66
repositories {
77
mavenLocal()
8-
maven {
9-
url = 'http://repo.maven.apache.org/maven2'
10-
}
8+
mavenCentral()
119
}
1210

1311
dependencies {

0 commit comments

Comments
 (0)