Use https everywhere - tests and test data

This commit is contained in:
Yaroslav Russkih
2019-02-18 21:25:20 +01:00
committed by Ilya Chernikov
parent 7135f1972a
commit 028a311949
46 changed files with 336 additions and 336 deletions
@@ -58,7 +58,7 @@ public abstract class MavenTestCase extends UsefulTestCase {
private static final String mavenMirrorUrl = System.getProperty("idea.maven.test.mirror",
// use JB maven proxy server for internal use by default, see details at
// https://confluence.jetbrains.com/display/JBINT/Maven+proxy+server
"http://maven.labs.intellij.net/repo1");
"https://maven.labs.intellij.net/repo1");
private static boolean mirrorDiscoverable = false;
static {