From 476df266f7a332a534069ef09bd005f13bf039b1 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Thu, 12 May 2022 15:47:12 +0100 Subject: [PATCH] Revert "Temporarily disable samples" This reverts commit c55ffb17c37dc5ee7c591886000bcfdb9e7f5fa4. --- settings.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings.gradle b/settings.gradle index 9c2efcaf..523f7689 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 {