Skip to content

Commit

Permalink
web: fix buildSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Apr 29, 2022
1 parent 5c0a72e commit c1c7f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies {

// Write kotlin.version into a file, so it can be read by karma-test-runner patch (see test-utils/conf)
File(projectDir.resolve("build"), "kotlin.version").apply {
this.parentFile.mkdirs()
val kotlinVersion = extra["kotlin.version"].toString()
println("Writing kotlin.version=$kotlinVersion into $absolutePath")
createNewFile()
Expand Down

0 comments on commit c1c7f88

Please sign in to comment.