From 2b06242fcb6d729455fbdf0e2546ff4d099dc167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Gra=C3=9Fegger?= Date: Tue, 11 Feb 2020 21:17:21 +0100 Subject: [PATCH] Used forked node plugin Fixes https://github.com/srs/gradle-node-plugin/issues/292 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5eeb1175..b77d4827 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { id 'application' id 'com.github.johnrengelman.shadow' version '4.0.3' id 'com.bmuschko.docker-remote-api' version '6.1.3' - id 'com.moowork.node' version '1.2.0' + id 'com.github.node-gradle.node' version '2.2.0' } apply plugin: 'docker-compose'