Browse Source

web: fix buildSrc

pull/2047/head
Oleksandr Karpovich 2 years ago committed by GitHub
parent
commit
c1c7f883c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web/buildSrc/build.gradle.kts

1
web/buildSrc/build.gradle.kts

@ -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()

Loading…
Cancel
Save