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 {