Skip to content

Commit

Permalink
use nodejs 16 with download
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenvogel committed Dec 12, 2023
1 parent 3697ec6 commit 36c3866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ abstract class MyNpm extends NpmTask{
project(":gui") {
apply plugin: 'com.github.node-gradle.node'

node{
download = true
version = "16.20.2"
}
task viewerRelease(type: MyNpm) {
subDir = "release"
args = ["run", "release"]
Expand Down

0 comments on commit 36c3866

Please sign in to comment.