Files
spring-graphql/settings.gradle
2020-09-14 07:13:21 +10:00

8 lines
225 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'
include 'spring-graphql-common'