Temporarily disable samples

This commit is contained in:
rstoyanchev
2022-04-19 14:51:49 +01:00
parent 54d061b218
commit c55ffb17c3

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 {