Files
spring-restdocs/settings.gradle
2019-09-13 12:58:11 +01:00

13 lines
406 B
Groovy

rootProject.name = 'spring-restdocs'
include 'docs'
include 'spring-restdocs-asciidoctor'
include 'spring-restdocs-asciidoctor-1.5'
include 'spring-restdocs-asciidoctor-1.6'
include 'spring-restdocs-asciidoctor-2.x'
include 'spring-restdocs-asciidoctor-support'
include 'spring-restdocs-core'
include 'spring-restdocs-mockmvc'
include 'spring-restdocs-restassured'
include 'spring-restdocs-webtestclient'