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 dfff400 commit e3ac804Copy full SHA for e3ac804
settings.gradle
@@ -26,11 +26,11 @@ plugins {
26
rootProject.name = 'spring-graphql'
27
include 'spring-graphql',
28
'spring-graphql-test',
29
- 'spring-graphql-docs',
30
- 'samples:webmvc-http',
31
- 'samples:webmvc-http-security',
32
- 'samples:webflux-security',
33
- 'samples:webflux-websocket'
+ 'spring-graphql-docs'
+// 'samples:webmvc-http',
+// 'samples:webmvc-http-security',
+// 'samples:webflux-security',
+// 'samples:webflux-websocket'
34
35
settings.gradle.projectsLoaded {
36
gradleEnterprise {
0 commit comments