mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Disable timestamp feature since it's obsoleted by incremental tasks.
This commit is contained in:
parent
c5e9a68662
commit
de4ad1293e
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ package com.beust.kobalt
|
|||
class Features {
|
||||
companion object {
|
||||
/** If true, uses timestamps to speed up the tasks */
|
||||
const val USE_TIMESTAMPS = true
|
||||
const val USE_TIMESTAMPS = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue