From 3480102277650081c5a90692ca45ea31c777df61 Mon Sep 17 00:00:00 2001 From: MartinSVK12 <37455793+MartinSVK12@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:51:23 +0200 Subject: [PATCH] Update to 1.7.7.0_02. --- build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.gradle b/build.gradle index 05d64a3..26c7c98 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,14 @@ repositories { } metadataSources { artifact() } } + ivy { + url = "https://github.com/Turnip-Labs" + patternLayout { + artifact "[organisation]/releases/download/[revision]/[module]-[revision].jar" + m2compatible = true + } + metadataSources { artifact() } + } ivy { url = "https://github.com/Turnip-Labs" patternLayout {