Skip to content

Commit

Permalink
deps: update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed May 22, 2024
1 parent fb66d55 commit 8c6ed1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.gradle/
.idea/
!.idea/icon*.png
.kotlin/
build/
out/
/local.properties
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gitSemverPlugin = "0.12.6"
graalVmNativeImagePlugin = "0.10.2"
graphQlPlugin = "6.8.0"
ideaExtPlugin = "1.1.8"
kotlinPlugin = "1.9.24"
kotlinPlugin = "2.0.0"
mavenPublishPlugin = "0.28.0"
versionsPlugin = "0.51.0"

Expand Down
2 changes: 1 addition & 1 deletion plugins/reporters/web-app-template/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import org.jetbrains.kotlin.gradle.targets.js.yarn.YarnSetupTask

// The Kotlin/JS plugins are only applied programmatically for Kotlin projects that target JavaScript. As we do not
// directly target JavaScript from Kotlin, manually apply the plugins and configure the tool versions.
NodeJsRootPlugin.apply(rootProject).nodeVersion = "20.9.0"
NodeJsRootPlugin.apply(rootProject).version = "20.9.0"
YarnPlugin.apply(rootProject).version = "1.22.19"

// The Yarn plugin registers tasks always on the root project, see
Expand Down

0 comments on commit 8c6ed1b

Please sign in to comment.