File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ buildscript {
40
40
41
41
dependencies {
42
42
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
43
- classpath " com.moowork. gradle:gradle-node-plugin:$gradle_node_version "
43
+ classpath " com.github.node- gradle:gradle-node-plugin:$gradle_node_version "
44
44
}
45
45
}
46
46
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ kotlinx_metadata_version=0.6.0
14
14
15
15
maven_version =3.5.3
16
16
17
- gradle_node_version =1.2.0
17
+ gradle_node_version =3.1.1
18
18
node_version =8.11.1
19
19
npm_version =5.7.1
20
20
mocha_version =4.1.0
Original file line number Diff line number Diff line change 2
2
* Copyright 2017-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
4
5
- apply plugin : ' com.moowork.node'
5
+ apply plugin : ' com.github.node-gradle.node'
6
+
6
7
7
8
node {
8
9
version = " $node_version "
You can’t perform that action at this time.
0 commit comments