Skip to content

Commit

Permalink
Introduced Kotlin.
Browse files Browse the repository at this point in the history
Kotlin code now can be used in Groovy, but not other way around
  • Loading branch information
acierto committed Sep 30, 2021
1 parent c3571eb commit 9cd05a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,10 @@ tasks {
register<NebulaRelease>("nebulaRelease")

register("dumpVersion") {
file(buildDir).mkdirs()
file("$buildDir/version.dump").writeText("version=${releasedVersion}")
doLast {
file(buildDir).mkdirs()
file("$buildDir/version.dump").writeText("version=${releasedVersion}")
}
}

named<YarnTask>("yarn_install") {
Expand Down

0 comments on commit 9cd05a3

Please sign in to comment.