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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
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)