Skip to content

Commit

Permalink
Node plugin is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Andreevici committed Aug 5, 2019
1 parent ea15f0e commit 5de9874
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 856 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {
'junit': '4.12',
'assertj': '1.7.0',
'shadowPlugin': '4.0.4',
'nodePlugin': '1.3.1',
'ktlintPlugin': '5.1.0',
]

Expand Down Expand Up @@ -42,7 +41,6 @@ buildscript {
'japicmp': 'me.champeau.gradle:japicmp-gradle-plugin:0.2.8',
'dokka': "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}",
'shadow': "com.github.jengelman.gradle.plugins:shadow:${versions.shadowPlugin}",
'node': "com.moowork.gradle:gradle-node-plugin:${versions.nodePlugin}",
'ktlint': "gradle.plugin.org.jlleitschuh.gradle:ktlint-gradle:${versions.ktlintPlugin}",
'test': [
'junit': "junit:junit:${versions.junit}",
Expand All @@ -57,7 +55,6 @@ buildscript {
classpath deps.dokka
classpath deps.shadow
classpath deps.jmh.gradlePlugin
classpath deps.node
classpath deps.ktlint
}

Expand Down
Loading

0 comments on commit 5de9874

Please sign in to comment.