test fixes (#166)

* fix badge url

* switch to https repo url
This commit is contained in:
Chris Frohoff
2021-08-17 18:54:51 -07:00
committed by GitHub
parent d13299428d
commit 8eb5cbfbf6
2 changed files with 2 additions and 2 deletions
@@ -203,7 +203,7 @@ public class PayloadsTest {
File[] jars = dependencies.length > 0
? Maven.configureResolver()
.withMavenCentralRepo(true)
.withRemoteRepo("jenkins", "http://repo.jenkins-ci.org/public/", "default")
.withRemoteRepo("jenkins", "https://repo.jenkins-ci.org/public/", "default")
.resolve(dependencies).withoutTransitivity().asFile()
: new File[0];
URL[] urls = new URL[jars.length];