From 2954a10701363e5a094cc987dc3607590980fcee Mon Sep 17 00:00:00 2001 From: schranerd Date: Wed, 23 Aug 2017 14:42:54 +0700 Subject: [PATCH] dependency to gradle-node-plugin:1.2.0 added, this plugin also contains the grunt plugin, should resolve build issues seen in some environments --- gateleen-hook-js/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gateleen-hook-js/build.gradle b/gateleen-hook-js/build.gradle index 8c6f59873..2f97023a5 100644 --- a/gateleen-hook-js/build.gradle +++ b/gateleen-hook-js/build.gradle @@ -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' }