From c4f91713ca9e6bfaedfb0c01b2381a1387d3f7a5 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Mon, 11 Apr 2022 17:15:46 +0100 Subject: [PATCH] Revert "Temporarily disable samples" --- settings.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.gradle b/settings.gradle index c3c22c48..8e6c6be4 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 {