mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 11:14:55 +08:00
Eyre_S
c5c6683459
- Now the status of EventEnv is a State array that infers the state history - State can be OK or CANCELED, and can be set multiple times - state method can get the last state set, and status method can get the state history - Default EventListener.executeFilter implementation is changed to true if stats is null - add consume[T](T=>Unit) for EventEnv, to simplifying the old consume[T](Class[T])(T=>Unit) - changed execution sort of EventListener in EventListenerManager. Now atEventPost method will be run after all events' normal listeners complete. - cha OnMedicationNotifyApply will only tag event as OK when the refresh function works (fixed part of the wrong OK state) - cha MornyOnUpdateTimestampOffsetLock tag event CANCELED but not OK to fix part of the wrong OK state
32 lines
540 B
Properties
32 lines
540 B
Properties
## Core
|
|
|
|
MORNY_ARCHIVE_NAME = morny-coeur
|
|
|
|
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
|
|
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
|
|
|
|
VERSION = 1.3.0-dev6
|
|
|
|
USE_DELTA = false
|
|
VERSION_DELTA =
|
|
|
|
CODENAME = guanggu
|
|
|
|
# dependencies
|
|
|
|
lib_spotbugs_v = 4.7.3
|
|
lib_scalamodule_xml_v = 2.2.0
|
|
|
|
lib_messiva_v = 0.2.0
|
|
lib_resourcetools_v = 0.2.2
|
|
lib_slf4j_v = 2.0.9
|
|
|
|
lib_javatelegramapi_v = 6.2.0
|
|
|
|
lib_sttp_v = 3.9.0
|
|
lib_okhttp_v = 4.11.0
|
|
lib_gson_v = 2.10.1
|
|
lib_cron_utils_v = 9.2.0
|
|
|
|
lib_scalatest_v = 3.2.17
|