Skip to content

Commit c49a41f

Browse files
author
easoncchen(陈广胜)
committed
Fix CI build: remove eventmesh-runtime-v2 from includedProjects list
The eventmesh-runtime-v2 module was removed from settings.gradle but still referenced in build.gradle's includedProjects list, causing Gradle build failures.
1 parent 90f93d4 commit c49a41f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ tasks.register('dist') {
169169
"eventmesh-registry:eventmesh-registry-api",
170170
"eventmesh-retry:eventmesh-retry-api",
171171
"eventmesh-runtime",
172-
"eventmesh-runtime-v2",
173172
"eventmesh-security-plugin:eventmesh-security-api",
174173
"eventmesh-spi",
175174
"eventmesh-starter",

0 commit comments

Comments
 (0)