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 3b10f4f commit 260dce8Copy full SHA for 260dce8
settings.gradle.kts
@@ -4,8 +4,8 @@ rootProject.name = "graphql-java-datetime"
4
5
include(
6
// libraries
7
- // "graphql-datetime-dgs-autoconfigure",
8
- // "graphql-datetime-dgs-starter",
+ "graphql-datetime-dgs-autoconfigure",
+ "graphql-datetime-dgs-starter",
9
"graphql-datetime-kickstart-spring-boot-starter",
10
"graphql-datetime-spring-boot-autoconfigure",
11
"graphql-datetime-spring-boot-common",
@@ -15,6 +15,6 @@ include(
15
// samples
16
"samples:kickstart-webflux",
17
"samples:kickstart-webmvc",
18
- "samples:spring-boot-webmvc"
19
- // "samples:dgs-webmvc"
+ "samples:spring-boot-webmvc",
+ "samples:dgs-webmvc",
20
)
0 commit comments