Skip to content

Commit 573b1ce

Browse files
committed
Update Maven URL from HTTP to HTTPS
Since January 15, 2020 Maven Central no longer supports insecure communication over plain HTTP and requires that all requests to the repository are encrypted over HTTPS.
1 parent 8b416b1 commit 573b1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
repositories {
66
mavenLocal()
77
maven {
8-
url = 'http://repo.maven.apache.org/maven2'
8+
url = 'https://repo.maven.apache.org/maven2'
99
}
1010
}
1111

0 commit comments

Comments
 (0)