From: David ‘Bombe’ Roden Date: Sun, 16 Jun 2019 09:50:13 +0000 (+0200) Subject: 💚 Use https for custom repository, move after Maven Central X-Git-Tag: v79^2~8 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=265c29dd5a1049f317b04be03d4a17a0182a3221 💚 Use https for custom repository, move after Maven Central --- diff --git a/build.gradle b/build.gradle index 45012bd..b71eb5d 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,8 @@ buildscript { } repositories { - maven { url "http://maven.pterodactylus.net/" } mavenCentral() + maven { url "https://maven.pterodactylus.net/" } } apply plugin: 'java'