diff options
author | steckbrief <steckbrief@chefmail.de> | 2017-01-02 15:32:12 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2017-01-02 15:32:12 +0100 |
commit | 3ac60598246cda6947a5ced173784c3ee25622c3 (patch) | |
tree | 4253037a48b907df8e89fd521c52b1ff61950c31 /src/config/config.inc.php | |
parent | 0549800afeb7b8db389d79a9fd48feecf875ab23 (diff) |
Fixed redirect URL, added more mvn repos
Diffstat (limited to 'src/config/config.inc.php')
-rw-r--r-- | src/config/config.inc.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/config/config.inc.php b/src/config/config.inc.php index ac61c27..53dd491 100644 --- a/src/config/config.inc.php +++ b/src/config/config.inc.php @@ -4,7 +4,15 @@ */ return [ - 'mavenBaseUrls' => ['http://repo1.maven.org/maven2', ], + 'mavenBaseUrls' => [ + 'https://repo1.maven.org/maven2', + 'https://jcenter.bintray.com', + 'https://jitpack.io/', + 'https://repo.maven.apache.org/maven2/', + 'https://oss.sonatype.org/content/repositories/snapshots/', + 'https://oss.sonatype.org/content/repositories/releases/', + 'https://plugins.gradle.org/m2' //Gradle plugin repo + ], 'logfile' => 'logs/mvncache.log', ]; ?>
\ No newline at end of file |