Skip to content

Commit

Permalink
Set Node to download v22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Oct 18, 2024
1 parent 3ccf822 commit 315cbd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions similarity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ plugins {
id("com.github.node-gradle.node") version "7.1.0"
}

node {
download.set(true)
version.set("22.0.0")
}

application {
mainClass = "hu.bme.mit.ase.shingler.similarity.SimilarityApp"
}
Expand Down
5 changes: 5 additions & 0 deletions workflow-ide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ plugins {
id("com.github.node-gradle.node") version "7.1.0"
}

node {
download.set(true)
version.set("22.0.0")
}

val cliOutput by configurations.creating {
isCanBeConsumed = true
}
Expand Down

0 comments on commit 315cbd6

Please sign in to comment.