Exclude spring-restdocs-asciidoctor from Spring IO checks

This commit is contained in:
Andy Wilkinson
2017-04-26 12:12:43 +01:00
parent a5e3e153ad
commit 6a3535c559

View File

@@ -108,7 +108,7 @@ configure(subprojects - project(":docs")) { subproject ->
apply plugin: 'checkstyle'
apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
if (project.hasProperty('platformVersion')) {
if (project.hasProperty('platformVersion') && subproject.path != ':spring-restdocs-asciidoctor') {
apply plugin: 'spring-io'
repositories {