Skip to content

Commit 260dce8

Browse files
committed
Restore modules.
1 parent 3b10f4f commit 260dce8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ rootProject.name = "graphql-java-datetime"
44

55
include(
66
// libraries
7-
// "graphql-datetime-dgs-autoconfigure",
8-
// "graphql-datetime-dgs-starter",
7+
"graphql-datetime-dgs-autoconfigure",
8+
"graphql-datetime-dgs-starter",
99
"graphql-datetime-kickstart-spring-boot-starter",
1010
"graphql-datetime-spring-boot-autoconfigure",
1111
"graphql-datetime-spring-boot-common",
@@ -15,6 +15,6 @@ include(
1515
// samples
1616
"samples:kickstart-webflux",
1717
"samples:kickstart-webmvc",
18-
"samples:spring-boot-webmvc"
19-
// "samples:dgs-webmvc"
18+
"samples:spring-boot-webmvc",
19+
"samples:dgs-webmvc",
2020
)

0 commit comments

Comments
 (0)