Skip to content

Commit

Permalink
Simplify configuration of KotlinNpmInstallTask
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Mar 3, 2024
1 parent 76a69a5 commit 8cf7d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-result/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ rootProject.the<NodeJsRootExtension>().apply {
nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
}

rootProject.tasks.withType<KotlinNpmInstallTask>().configureEach {
tasks.withType<KotlinNpmInstallTask> {
args.add("--ignore-engines")
}

0 comments on commit 8cf7d4b

Please sign in to comment.