From 59b0d76d8d43c298cd05dc0bfecc64cc32d4b5f2 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 24 Jun 2022 14:56:40 +0200 Subject: [PATCH] Temporarily ignore samples Spring for GraphQL auto-configuration is not supported yet in Spring Boot 3.0 SNAPSHOTs, so we need to ignore Spring Boot samples until SNAPSHOTs are produced. See gh-424 --- settings.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/settings.gradle b/settings.gradle index 369bf9bb..a653e742 100644 --- a/settings.gradle +++ b/settings.gradle @@ -26,11 +26,7 @@ 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' settings.gradle.projectsLoaded { gradleEnterprise {