Skip to content

Commit 666c867

Browse files
committed
fix: 'metadataSources' is defined by 'ivy' but used within 'patternLayout'
1 parent 3eab825 commit 666c867

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dd-smoke-tests/springboot-tomcat/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ repositories {
1919
url 'https://archive.apache.org/dist'
2020
patternLayout {
2121
artifact '/[organisation]/[module]/v[revision]/bin/apache-[organisation]-[revision].[ext]'
22-
metadataSources {
23-
artifact()
24-
}
22+
}
23+
metadataSources {
24+
it.artifact()
2525
}
2626
}
2727
}

dd-smoke-tests/wildfly/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ repositories {
1414
// artifact '/[organisation]/[revision]/[module]/[organisation]-[module]-[revision].[ext]'
1515
// we download the full EE profile and not the servlet minimal one
1616
artifact '/[organisation]/[revision]/[organisation]-[revision].[ext]'
17-
metadataSources {
18-
artifact()
19-
}
17+
}
18+
metadataSources {
19+
it.artifact()
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)