Skip to content

Commit

Permalink
SetupTask: use artifact() for metadataSources as it was removed from …
Browse files Browse the repository at this point in the history
…Gradle's defaults
  • Loading branch information
rpalcolea committed Oct 10, 2019
1 parent 424a178 commit 708f62b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/groovy/com/moowork/gradle/node/task/SetupTask.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ class SetupTask
artifact 'v[revision]/[artifact](-v[revision]-[classifier]).[ext]'
ivy 'v[revision]/ivy.xml'
}
metadataSources {
artifact()
}
}
}
}
Expand Down

0 comments on commit 708f62b

Please sign in to comment.