mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Use a valid ISO8601 constant.
This commit is contained in:
parent
e441d8bafb
commit
de593a0b56
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class Kobalt {
|
|||
|
||||
val version = kobaltProperties.getProperty(PROPERTY_KOBALT_VERSION)
|
||||
val versionCheckTimeout = Duration.parse(
|
||||
kobaltProperties.getProperty(PROPERTY_KOBALT_VERSION_CHECK_TIMEOUT) ?: "P1D2H")
|
||||
kobaltProperties.getProperty(PROPERTY_KOBALT_VERSION_CHECK_TIMEOUT) ?: "P1D")
|
||||
|
||||
fun findPlugin(name: String) = Plugins.findPlugin(name)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue