Update Maven central repository url to latest version
This commit is contained in:
committed by
Ilya Chernikov
parent
6af6834966
commit
66bb744e3c
+1
-1
@@ -30,7 +30,7 @@ import java.net.MalformedURLException
|
|||||||
import java.net.URL
|
import java.net.URL
|
||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
val mavenCentral = RemoteRepository("maven-central", "default", "http://repo1.maven.org/maven2/")
|
val mavenCentral = RemoteRepository("maven-central", "default", "https://repo.maven.apache.org/maven2/")
|
||||||
|
|
||||||
class MavenResolver(val reportError: ((String) -> Unit)? = null): Resolver {
|
class MavenResolver(val reportError: ((String) -> Unit)? = null): Resolver {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user