We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783fd2e commit f1f25b9Copy full SHA for f1f25b9
buildSrc/src/main/kotlin/flamingock.project-structure.gradle.kts
@@ -9,7 +9,8 @@ val coreProjects = setOf(
9
"flamingock-core-commons",
10
"flamingock-core-api",
11
"flamingock-processor",
12
- "flamingock-graalvm"
+ "flamingock-graalvm",
13
+ "flamingock-test-support"
14
)
15
16
val cloudProjects = setOf(
@@ -28,7 +29,8 @@ val communityProjects = setOf(
28
29
30
31
val pluginProjects = setOf(
- "flamingock-springboot-integration"
32
+ "flamingock-springboot-integration",
33
+ "flamingock-springboot-test-support"
34
35
36
val targetSystemProjects = setOf(
0 commit comments