Skip to content

Commit b6f074e

Browse files
author
John Engelman
committed
bug: upgrade to newer, maintined node plugin
1 parent 301156b commit b6f074e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.21.0"
1111
classpath "com.gradle.publish:plugin-publish-plugin:0.14.0"
1212
classpath 'org.ajoberstar:gradle-git-publish:3.0.0'
13-
classpath "com.moowork.gradle:gradle-node-plugin:1.3.1"
13+
classpath "com.github.node-gradle:gradle-node-plugin:3.0.1"
1414
}
1515
}
1616

gradle/vuepress.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: "com.moowork.node"
1+
apply plugin: "com.github.node-gradle.node"
22

33
node {
44
yarnVersion = '1.5.1'

0 commit comments

Comments
 (0)