• 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.moowork.node'
6
7node {
8    version = "$node_version"
9    npmVersion = "$npm_version"
10    download = true
11    nodeModulesDir = file(buildDir)
12}
13