File tree Expand file tree Collapse file tree
src/main/kotlin/co/statu/rule/database Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 if (bootstrap) {
2929 compileOnly(project(mapOf (" path" to " :Parsek" )))
3030 } else {
31- compileOnly(" com.github.StatuParsek:Parsek :v1.0.0-beta.3 " )
31+ compileOnly(" com.github.parsekdev:parsek :v1.0.0-beta.7 " )
3232 }
3333
3434 compileOnly(kotlin(" stdlib-jdk8" ))
Original file line number Diff line number Diff line change @@ -19,10 +19,8 @@ class CoreEventHandler(
1919
2020 override suspend fun onConfigManagerReady (configManager : ConfigManager ) {
2121 val pluginConfigManager = PluginConfigManager (
22- configManager,
2322 databasePlugin,
2423 DatabaseConfig ::class .java,
25- exPluginIds = listOf (" database" )
2624 )
2725 databasePlugin.pluginBeanContext.beanFactory.registerSingleton(
2826 pluginConfigManager.javaClass.name,
You can’t perform that action at this time.
0 commit comments