adds two more maven repositories: google and central.maven
This commit is contained in:
parent
6ca8374504
commit
3c278f76e9
1 changed files with 4 additions and 2 deletions
|
@ -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',
|
||||
];
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue