Skip to content

Commit

Permalink
Update id 'com.moowork.node' to version '2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcsmonteiro committed Apr 17, 2023
1 parent 0aab76e commit 765f109
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
//inlude the nodeJS plugin to execute nodejs and npm tasks
id "com.moowork.node" version "1.2.0"
// id "com.moowork.node" version "1.2.0"
id("com.github.node-gradle.node") version "2.2.0"
}

node {
Expand Down Expand Up @@ -32,4 +33,4 @@ build.dependsOn zip
zip.dependsOn npm_build
npm_build.dependsOn npm_test
npm_test.dependsOn npmInstall
npm_build.dependsOn npmInstall
npm_build.dependsOn npmInstall

0 comments on commit 765f109

Please sign in to comment.