Skip to content

Commit

Permalink
Merge pull request #1321 from civitaspo/use-https-for-maven-central
Browse files Browse the repository at this point in the history
  • Loading branch information
szyn authored Jan 16, 2020
2 parents 0d2069a + 800fdb8 commit e768aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class RemotePluginLoader
private static final Logger logger = LoggerFactory.getLogger(RemotePluginLoader.class);

private static final List<RemoteRepository> DEFAULT_REPOSITORIES = ImmutableList.copyOf(new RemoteRepository[] {
new RemoteRepository.Builder("central", "default", "http://central.maven.org/maven2/").build(),
new RemoteRepository.Builder("central", "default", "https://repo1.maven.org/maven2/").build(),
new RemoteRepository.Builder("jcenter", "default", "http://jcenter.bintray.com/").build(),
});

Expand Down

0 comments on commit e768aa7

Please sign in to comment.