Skip to content

Commit

Permalink
Remove ivy() from IvyRepository #134
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Feb 6, 2021
1 parent a3ee9c5 commit d79af78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/com/github/gradle/node/NodePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class NodePlugin : Plugin<Project> {
setUrl(distUrl)
patternLayout {
artifact("v[revision]/[artifact](-v[revision]-[classifier]).[ext]")
ivy("v[revision]/ivy.xml")
}
metadataSources {
artifact()
Expand Down

0 comments on commit d79af78

Please sign in to comment.