We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301156b commit b6f074eCopy full SHA for b6f074e
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.21.0"
11
classpath "com.gradle.publish:plugin-publish-plugin:0.14.0"
12
classpath 'org.ajoberstar:gradle-git-publish:3.0.0'
13
- classpath "com.moowork.gradle:gradle-node-plugin:1.3.1"
+ classpath "com.github.node-gradle:gradle-node-plugin:3.0.1"
14
}
15
16
gradle/vuepress.gradle
@@ -1,4 +1,4 @@
1
-apply plugin: "com.moowork.node"
+apply plugin: "com.github.node-gradle.node"
2
3
node {
4
yarnVersion = '1.5.1'
0 commit comments