From b60b26bbd0d6b8c010384eb539748c84c12f0519 Mon Sep 17 00:00:00 2001 From: MCAxiaz Date: Sat, 12 Oct 2019 22:09:58 -0700 Subject: [PATCH] fix jitpack cause it's shitting out (#2274) fix jitpack shitting out --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2885a88fc1..5e5f210476 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { allprojects { repositories { google() - maven { url "https://jitpack.io" } + maven { url "https://www.jitpack.io" } maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } jcenter() }