From e3ac804015c9839b834eddaf33a36d8678fadc18 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Mon, 21 Mar 2022 09:05:49 +0000 Subject: [PATCH] Temporarily disable samples --- settings.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.gradle b/settings.gradle index 8e6c6be4..c3c22c48 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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 {