Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node {
download = true
version = "9.11.1"
npmVersion = "5.6.0"
distBaseUrl = 'https://direct.nodejs.org/dist/'
}

//declare a build task
Expand All @@ -32,4 +33,4 @@ build.dependsOn zip
zip.dependsOn npm_build
npm_build.dependsOn npm_test
npm_test.dependsOn npmInstall
npm_build.dependsOn npmInstall
npm_build.dependsOn npmInstall