We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e3e15 commit 6a3535cCopy full SHA for 6a3535c
build.gradle
@@ -108,7 +108,7 @@ configure(subprojects - project(":docs")) { subproject ->
108
apply plugin: 'checkstyle'
109
apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle"
110
111
- if (project.hasProperty('platformVersion')) {
+ if (project.hasProperty('platformVersion') && subproject.path != ':spring-restdocs-asciidoctor') {
112
apply plugin: 'spring-io'
113
114
repositories {
0 commit comments