File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/kscript/app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ fun decodeEnv(value: String): String {
8282}
8383
8484fun resolveDependenciesViaAether (depIds : List <String >, customRepos : List <MavenRepo >, loggingEnabled : Boolean ): List <Artifact > {
85- val jcenter = RemoteRepository (" jcenter" , " default" , " http ://jcenter.bintray.com/" )
85+ val jcenter = RemoteRepository (" jcenter" , " default" , " https ://jcenter.bintray.com/" )
8686 val customRemoteRepos = customRepos.map { mavenRepo ->
8787 RemoteRepository (mavenRepo.id, " default" , mavenRepo.url).apply {
8888 if (! mavenRepo.user.isNullOrEmpty() && ! mavenRepo.password.isNullOrEmpty()) {
@@ -139,4 +139,4 @@ object DependencyUtil {
139139 fun main (args : Array <String >) {
140140 System .err.println (resolveDependencies(args.toList(), loggingEnabled = false ))
141141 }
142- }
142+ }
You can’t perform that action at this time.
0 commit comments