Skip to content

Commit

Permalink
disable NodeJs version
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 15, 2024
1 parent ff81d59 commit 2e204c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ repositories {

val javadocJar by tasks.registering(Jar::class) { archiveClassifier = "javadoc" }

rootProject.plugins.withType<NodeJsRootPlugin> {
rootProject.the<NodeJsRootExtension>().version = "16.0.0"
}

kotlin {
jvm()
js(IR) {
Expand Down

0 comments on commit 2e204c2

Please sign in to comment.