Files
spring-restdocs/settings.gradle
2017-10-30 09:58:07 +00:00

9 lines
234 B
Groovy

rootProject.name = 'spring-restdocs'
include 'docs'
include 'spring-restdocs-asciidoctor'
include 'spring-restdocs-core'
include 'spring-restdocs-mockmvc'
include 'spring-restdocs-restassured'
include 'spring-restdocs-webtestclient'