Files
spring-cloud-contract/settings.gradle
2016-03-29 22:40:20 +02:00

9 lines
381 B
Groovy

include "accurest-core", "accurest-gradle-plugin", 'accurest-converters', 'accurest-testing-utils'
include ':stub-runner:stub-runner'
include ':stub-runner:stub-runner-spring'
include ':stub-runner:stub-runner-spring-cloud'
include ':stub-runner:stub-runner-junit'
rootProject.name = "accurest"
//to prevent StackOverflow in Sonar
project(":stub-runner").name = "stub-runner-root"