feat(core): core dependecy to rules

Added communication between core and rules via REST
This commit is contained in:
LQ63
2026-04-21 23:33:52 +02:00
committed by Janis
parent df76b53714
commit 48ce1fbdb2
31 changed files with 316 additions and 74 deletions
+1 -1
View File
@@ -48,7 +48,6 @@ dependencies {
}
implementation(project(":modules:api"))
implementation(project(":modules:rule"))
implementation(project(":modules:bot"))
@@ -69,6 +68,7 @@ dependencies {
testImplementation(project(":modules:io"))
testImplementation(project(":modules:rule"))
testImplementation(platform("org.junit:junit-bom:5.13.4"))
testImplementation("org.junit.jupiter:junit-jupiter")