Skip to content

Commit

Permalink
Merge branch 'master' into daily-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenvogel committed Dec 12, 2023
2 parents 095c759 + 36c3866 commit f530158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
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 f530158

Please sign in to comment.