Temporarily disable samples

This commit is contained in:
rstoyanchev
2022-04-01 21:39:31 +01:00
parent 696f2cd02f
commit 7a9f9236dc

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 {