From 84bd6799979323d5decbb924f672fe5ef132908c Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+Rsl1122@users.noreply.github.com> Date: Fri, 10 Jan 2020 12:29:55 +0200 Subject: [PATCH] Changed http to https for repositories https://www.alphabot.com/security/blog/2020/java/Your-Java-builds-might-break-starting-January-13th.html --- Plan/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 9d93ba9b0..aa3a3d6df 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -112,13 +112,13 @@ subprojects { url = "https://oss.sonatype.org/content/repositories/snapshots" } maven { // RedisBungee Repository - url = "http://repo.md-5.net/content/repositories/snapshots/" + url = "https://repo.md-5.net/content/repositories/snapshots/" } maven { // Velocity Repository url = "https://repo.velocitypowered.com/snapshots/" } maven { // Nukkit Repository - url = "http://repo.nukkitx.com/main" + url = "https://repo.nukkitx.com/main" } maven { // bStats Repository url = "https://repo.codemc.org/repository/maven-public" @@ -177,4 +177,4 @@ sonarqube { property "sonar.projectName", "Player Analytics" property "sonar.projectKey", "com.djrapitops:Plan" } -} \ No newline at end of file +}