From 3c278f76e906e1c1e290fcaa8cfa03908e097947 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Wed, 28 Nov 2018 21:16:50 +0100 Subject: adds two more maven repositories: google and central.maven --- src/config/config.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/config/config.inc.php b/src/config/config.inc.php index 53dd491..958f5c5 100644 --- a/src/config/config.inc.php +++ b/src/config/config.inc.php @@ -11,8 +11,10 @@ return [ '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 + 'https://plugins.gradle.org/m2', //Gradle plugin repo + 'https://dl.google.com/dl/android/maven2/', + 'http://central.maven.org/maven2/' ], 'logfile' => 'logs/mvncache.log', ]; -?> \ No newline at end of file +?> -- cgit v1.2.3