From d52a630cb4dcdee9332939264e6e1002c1cfbe93 Mon Sep 17 00:00:00 2001 From: LambdAurora Date: Mon, 13 Jan 2020 00:28:05 +0100 Subject: [PATCH] :wrench: Fix ivy pattern layouts for SpruceUI and OkZoomer. --- fabric/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index c278dc7..866a674 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -21,7 +21,7 @@ repositories { ivy { url 'https://github.com/LambdAurora/SpruceUI/releases/download/' patternLayout { - artifact '[revision]/[module]-[version]-fabric1.15.[ext]' + artifact '[revision]/[module]-[revision]-fabric1.15.[ext]' } metadataSources() { artifact() @@ -31,7 +31,7 @@ repositories { ivy { url 'https://github.com/joaoh1/OkZoomer/releases/download/' patternLayout { - artifact '[revision]/[module]-[version].[ext]' + artifact '[revision]/[module]-[revision].[ext]' } metadataSources() { artifact()