Skip to content

Commit

Permalink
Merge branch 'practice-6' into practice-6-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Oct 18, 2024
2 parents c11a5ba + 315cbd6 commit c2698c0
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 c2698c0

Please sign in to comment.