Skip to content

Commit f1f25b9

Browse files
committed
chore: add test support to gradle project structure
1 parent 783fd2e commit f1f25b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

buildSrc/src/main/kotlin/flamingock.project-structure.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ val coreProjects = setOf(
99
"flamingock-core-commons",
1010
"flamingock-core-api",
1111
"flamingock-processor",
12-
"flamingock-graalvm"
12+
"flamingock-graalvm",
13+
"flamingock-test-support"
1314
)
1415

1516
val cloudProjects = setOf(
@@ -28,7 +29,8 @@ val communityProjects = setOf(
2829
)
2930

3031
val pluginProjects = setOf(
31-
"flamingock-springboot-integration"
32+
"flamingock-springboot-integration",
33+
"flamingock-springboot-test-support"
3234
)
3335

3436
val targetSystemProjects = setOf(

0 commit comments

Comments
 (0)