Skip to content

Commit

Permalink
Updated plugin metadata to include grunt and gulp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Dec 4, 2016
1 parent 7e3e20f commit 022b7b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ bintray {

version {
vcsTag = "v$project.version"
attributes = ['gradle-plugin': ["com.moowork.node:${project.group}:${project.name}"]]
attributes = ['gradle-plugin': ["com.moowork.node:${project.group}:${project.name}",
"com.moowork.grunt:${project.group}:${project.name}",
"com.moowork.gulp:${project.group}:${project.name}"]]
}
}
}
Expand Down

0 comments on commit 022b7b0

Please sign in to comment.