Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Mar 3, 2024
1 parent a17c0d3 commit b126371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ rootProject.the<NodeJsRootExtension>().apply {
nodeDownloadBaseUrl = "https://nodejs.org/download/v8-canary"
}

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

0 comments on commit b126371

Please sign in to comment.