mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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 {
|
class Features {
|
||||||
companion object {
|
companion object {
|
||||||
/** If true, uses timestamps to speed up the tasks */
|
/** 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