Revert "Temporarily disable samples"

This reverts commit c55ffb17c3.
This commit is contained in:
rstoyanchev
2022-05-12 15:47:12 +01:00
parent b07e4fdd64
commit 476df266f7

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 {