Revert "Temporarily disable samples"

This commit is contained in:
rstoyanchev
2022-04-11 17:15:46 +01:00
parent e455ebb3d8
commit c4f91713ca

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 {