From b94043c3f71c402a50803d62fd90888a00f75005 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Wed, 26 May 2021 12:58:50 +0300 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 500bba56..863bfba6 100644 --- a/build.gradle +++ b/build.gradle @@ -18,6 +18,7 @@ repositories { maven { url "https://maven.fabricmc.net/" } maven { url 'https://maven.blamejared.com' } maven { url "https://maven.shedaniel.me/" } + maven { url 'https://jitpack.io' } maven { url "https://maven.pkg.github.com/paulevsgitch/bclib/" credentials { @@ -25,7 +26,6 @@ repositories { password = env.GITHUB_TOKEN } } - maven { url 'https://jitpack.io' } } apply plugin: 'maven'