🔧 Fix ivy pattern layouts for SpruceUI and OkZoomer.

This commit is contained in:
LambdAurora
2020-01-13 00:28:05 +01:00
parent 502e9ff15e
commit d52a630cb4

View File

@@ -21,7 +21,7 @@ repositories {
ivy { ivy {
url 'https://github.com/LambdAurora/SpruceUI/releases/download/' url 'https://github.com/LambdAurora/SpruceUI/releases/download/'
patternLayout { patternLayout {
artifact '[revision]/[module]-[version]-fabric1.15.[ext]' artifact '[revision]/[module]-[revision]-fabric1.15.[ext]'
} }
metadataSources() { metadataSources() {
artifact() artifact()
@@ -31,7 +31,7 @@ repositories {
ivy { ivy {
url 'https://github.com/joaoh1/OkZoomer/releases/download/' url 'https://github.com/joaoh1/OkZoomer/releases/download/'
patternLayout { patternLayout {
artifact '[revision]/[module]-[version].[ext]' artifact '[revision]/[module]-[revision].[ext]'
} }
metadataSources() { metadataSources() {
artifact() artifact()