Skip to content

Commit

Permalink
dependency to gradle-node-plugin:1.2.0 added, this plugin also contai…
Browse files Browse the repository at this point in the history
…ns the grunt plugin, should resolve build issues seen in some environments
  • Loading branch information
schranerd authored and lbovet committed Aug 25, 2017
1 parent 5c6dc77 commit 2954a10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gateleen-hook-js/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
buildscript {
dependencies {
classpath "com.moowork.gradle:gradle-node-plugin:1.2.0"
}
}

plugins {
id 'com.moowork.grunt' version '1.2.0'
}
Expand Down

0 comments on commit 2954a10

Please sign in to comment.