Temporarily disable samples

This commit is contained in:
rstoyanchev
2022-03-21 09:05:49 +00:00
parent dfff40085c
commit e3ac804015

View File

@@ -26,11 +26,11 @@ plugins {
rootProject.name = 'spring-graphql'
include 'spring-graphql',
'spring-graphql-test',
'spring-graphql-docs',
'samples:webmvc-http',
'samples:webmvc-http-security',
'samples:webflux-security',
'samples:webflux-websocket'
'spring-graphql-docs'
// 'samples:webmvc-http',
// 'samples:webmvc-http-security',
// 'samples:webflux-security',
// 'samples:webflux-websocket'
settings.gradle.projectsLoaded {
gradleEnterprise {