From 0c1763270a108b54d158969c516a38d7e7c60b83 Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sat, 10 Jun 2023 00:22:36 +0200 Subject: [PATCH] Use HTTPS for deps (again), close #3625 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46dfd9570..ad250a866 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ repositories { } ivy { name 'asie dependency mirror' - artifactPattern "http://asie.pl/javadeps/[module]-[revision](-[classifier]).[ext]" + artifactPattern "https://asie.pl/javadeps/[module]-[revision](-[classifier]).[ext]" metadataSources { artifact() }