File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments