Skip to content

Commit c9fba41

Browse files
committed
build(bulk-model-sync-gradle): fix dependency on generated code
1 parent 7b9a1b7 commit c9fba41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bulk-model-sync-gradle-test/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ dependencies {
4646
implementation(libs.kotlin.coroutines.core)
4747
implementation("org.modelix:model-server")
4848
implementation("org.modelix:model-api-gen-runtime")
49+
testImplementation(project(":graph-lang-api"))
4950
testImplementation("org.modelix", "model-client", "", "jvmRuntimeElements")
5051
testImplementation("org.modelix:bulk-model-sync-lib")
5152
testImplementation(kotlin("test"))

0 commit comments

Comments
 (0)