1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

No longer needed.

This commit is contained in:
Cedric Beust 2016-05-10 22:55:54 -08:00
parent d467c00a2a
commit e983a6aba6

View file

@ -1,7 +1,6 @@
package com.beust.kobalt.internal.build
import com.beust.kobalt.misc.KFiles
import com.beust.kobalt.misc.log
import java.io.File
import java.nio.file.Files
import java.nio.file.Path
@ -30,7 +29,6 @@ class BuildFile(val path: Path, val name: String, val realPath: Path = path) {
* $project/kobalt/src/Build.kt.
*/
val absoluteDir : File? get() {
log(1, "Current path: $path")
return path.parent?.parent?.parent?.toFile()
}
}