Skip to content

Commit 6a3535c

Browse files
committed
Exclude spring-restdocs-asciidoctor from Spring IO checks
1 parent a5e3e15 commit 6a3535c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ configure(subprojects - project(":docs")) { subproject ->
108108
apply plugin: 'checkstyle'
109109
apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
110110

111-
if (project.hasProperty('platformVersion')) {
111+
if (project.hasProperty('platformVersion') && subproject.path != ':spring-restdocs-asciidoctor') {
112112
apply plugin: 'spring-io'
113113

114114
repositories {

0 commit comments

Comments
 (0)