mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 00:03:55 +00:00
remove redundant change of KronSchedulerWork.kt
This commit is contained in:
parent
af28fce6f5
commit
6845537afd
@ -3,6 +3,7 @@
|
||||
## 2.2.9
|
||||
|
||||
* `Version`:
|
||||
* `Kotlin`: `1.9.23`
|
||||
* `Serialization`: `1.6.3`
|
||||
* `Klock`: `5.3.2`
|
||||
|
||||
|
@ -9,13 +9,13 @@ android.useAndroidX=true
|
||||
android.enableJetifier=false
|
||||
|
||||
|
||||
kotlin_version=1.9.22
|
||||
kotlin_version=1.9.23
|
||||
kotlin_coroutines_version=1.8.0
|
||||
kotlin_serialization_version=1.6.3
|
||||
|
||||
dokka_version=1.9.20
|
||||
|
||||
klockVersion=5.3.2
|
||||
klockVersion=5.4.0
|
||||
|
||||
## Github reease
|
||||
|
||||
|
@ -139,7 +139,6 @@ abstract class KronSchedulerWork(
|
||||
}
|
||||
throw e
|
||||
}
|
||||
result.outputData
|
||||
when (result) {
|
||||
is Result.Failure -> if (prolongOnFailure) prolong()
|
||||
is Result.Success -> if (prolongOnSuccess) prolong()
|
||||
|
Loading…
Reference in New Issue
Block a user