2
0

Ensure maven.lyndir.com is accessed securely.

This commit is contained in:
Maarten Billemont
2018-06-10 19:11:22 -04:00
parent ed6c32811c
commit 1d06dd65ed
2 changed files with 2 additions and 4 deletions

View File

@@ -32,6 +32,6 @@ subprojects {
google()
jcenter()
mavenCentral()
maven { url 'http://maven.lyndir.com' }
maven { url 'https://maven.lyndir.com' }
}
}