Simplify EventTask. Add custom handler support.

Additionally support for continuation adapters (will be used by the kotlin language plugin).
This commit is contained in:
Seppe Volkaerts
2021-05-17 21:01:17 +02:00
parent 0ddadc90e2
commit c30575ec44
8 changed files with 355 additions and 214 deletions

View File

@@ -87,7 +87,7 @@ dependencies {
implementation 'com.electronwill.night-config:toml:3.6.3'
implementation 'org.bstats:bstats-base:2.2.0'
implementation 'org.lanternpowered:lmbda:2.0.0-SNAPSHOT'
implementation 'org.lanternpowered:lmbda:2.0.0'
implementation 'com.github.ben-manes.caffeine:caffeine:2.8.8'
implementation 'com.vdurmont:semver4j:3.1.0'