Skip to content

Commit beab047

Browse files
https maven repo url
http doesn't work and fails the build
1 parent 5fa2fe2 commit beab047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function(/*options, callback*/) {
2626
options.repositories = options.repositories || [
2727
{
2828
id: 'maven-central',
29-
url: 'http://repo1.maven.org/maven2/'
29+
url: 'https://repo1.maven.org/maven2/'
3030
}
3131
];
3232
options.localRepository = options.localRepository || path.join(getUserHome(), '.m2/repository');

0 commit comments

Comments
 (0)