Skip to content

Commit e3ac804

Browse files
committed
Temporarily disable samples
1 parent dfff400 commit e3ac804

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

settings.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ plugins {
2626
rootProject.name = 'spring-graphql'
2727
include 'spring-graphql',
2828
'spring-graphql-test',
29-
'spring-graphql-docs',
30-
'samples:webmvc-http',
31-
'samples:webmvc-http-security',
32-
'samples:webflux-security',
33-
'samples:webflux-websocket'
29+
'spring-graphql-docs'
30+
// 'samples:webmvc-http',
31+
// 'samples:webmvc-http-security',
32+
// 'samples:webflux-security',
33+
// 'samples:webflux-websocket'
3434

3535
settings.gradle.projectsLoaded {
3636
gradleEnterprise {

0 commit comments

Comments
 (0)