aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/frontend/build.gradle.kts
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-17 14:18:07 +0100
committerGitHub <noreply@github.com>2021-03-17 14:18:07 +0100
commitac4b818a8616e4de8f702167fe6ddbe911df5d24 (patch)
tree7aa0dfcec4fd9c76262e5bd128efc79a438919b5 /plugins/base/frontend/build.gradle.kts
parent80f579bb59950a9dc98107f7ef143f0fdc2ab527 (diff)
downloaddokka-ac4b818a8616e4de8f702167fe6ddbe911df5d24.tar.gz
dokka-ac4b818a8616e4de8f702167fe6ddbe911df5d24.tar.bz2
dokka-ac4b818a8616e4de8f702167fe6ddbe911df5d24.zip
Bump com.github.node-gradle.node from 2.2.4 to 3.0.1 (#1790)
* Bump com.github.node-gradle.node from 2.2.4 to 3.0.1 Bumps com.github.node-gradle.node from 2.2.4 to 3.0.1. Signed-off-by: dependabot[bot] <support@github.com> * Adjust configuration after migrating to never gradle node plugin Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
Diffstat (limited to 'plugins/base/frontend/build.gradle.kts')
-rw-r--r--plugins/base/frontend/build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/base/frontend/build.gradle.kts b/plugins/base/frontend/build.gradle.kts
index 49d8dbd8..3d48c758 100644
--- a/plugins/base/frontend/build.gradle.kts
+++ b/plugins/base/frontend/build.gradle.kts
@@ -1,10 +1,10 @@
plugins {
- id("com.github.node-gradle.node") version "2.2.4"
+ id("com.github.node-gradle.node") version "3.0.1"
}
node {
- version = "12.18.2"
- download = true
+ version.set("12.18.2")
+ download.set(true)
}
val npmRunBuild = tasks.getByName("npm_run_build") {