7 lines
193 B
Groovy
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'
|
|
|