File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ task configurePopulateDependencies << {
5757 configuration. resolvedConfiguration. resolvedArtifacts. each { artifact ->
5858 def dependency = artifact. moduleVersion. id
5959 if (! projectNames. contains(dependency. name)) {
60- populateDependencies. into(" $dependency . group /$dependency . name /jars" ) {
60+ populateDependencies. into(" $dependency . group /$dependency . name /$d ependency . version / jars" ) {
6161 from artifact. file // this will trigger the actual download if necessary
6262 }
6363
6464 populateDependencies. from (" ${ metadata} /${ dependency.group} /${ dependency.name} /${ dependency.version} " ) {
6565 include " *.ivy.xml"
66- eachFile { it. path = " $dependency . group /$dependency . name /ivy-${ dependency.version} .xml" }
66+ eachFile { it. path = " $dependency . group /$dependency . name /$d ependency . version / ivy-${ dependency.version} .xml" }
6767 }
6868 }
6969 }
You can’t perform that action at this time.
0 commit comments