[K/N][build] Fix cache location

This commit is contained in:
Pavel Punegov
2021-10-12 17:10:58 +03:00
committed by Space
parent 634812f96f
commit bc89921fdd
3 changed files with 4 additions and 4 deletions
@@ -31,8 +31,7 @@ open class KonanCacheTask: DefaultTask() {
val cacheDirectory: File
get() = File(cacheRoot).apply {
if (!exists()) mkdir()
resolve("$target-g$cacheKind")
}
}.resolve("$target-g$cacheKind")
@get:OutputDirectory
protected val cacheFile: File