Files
spring-graphql/settings.gradle
2020-08-25 06:34:33 +01:00

7 lines
193 B
Groovy

rootProject.name = 'spring-graphql'
include 'spring-graphql-boot-starter-webmvc'
include 'spring-graphql-boot-starter-webflux'
include 'spring-graphql-webmvc'
include 'spring-graphql-webflux'