1
0
Fork 0
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:
Cedric Beust 2015-12-21 08:57:12 +04:00
parent c5e9a68662
commit de4ad1293e

View file

@ -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
}
}