mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Consistent file naming.
This commit is contained in:
parent
a967659ec6
commit
15ca9dc27d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class BuildInfo(var tasks: List<TaskInfo>)
|
|||
*/
|
||||
class IncrementalManager(val fileName: String = IncrementalManager.BUILD_INFO_FILE) {
|
||||
companion object {
|
||||
val BUILD_INFO_FILE = KFiles.joinDir(KFiles.KOBALT_DOT_DIR, "build-info.json")
|
||||
val BUILD_INFO_FILE = KFiles.joinDir(KFiles.KOBALT_DOT_DIR, "buildInfo.json")
|
||||
}
|
||||
|
||||
private fun buildInfo() = File(fileName).let { file ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue