diff options
author | steckbrief <steckbrief@chefmail.de> | 2018-11-28 21:16:50 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2018-11-28 21:16:50 +0100 |
commit | 3c278f76e906e1c1e290fcaa8cfa03908e097947 (patch) | |
tree | 1a31a1086d0b9ebc11769b7cceb0728783ca3f59 /src/config | |
parent | 6ca8374504e4b3c33aa080b8579b3a950f6d8682 (diff) |
Diffstat (limited to '')
-rw-r--r-- | src/config/config.inc.php | 6 |
1 files 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 +?> |