• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright 2017-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3 */
4
5apply plugin: 'com.github.node-gradle.node'
6
7
8node {
9    version = "$node_version"
10    npmVersion = "$npm_version"
11    download = true
12    nodeModulesDir = file(buildDir)
13}
14