Skip to content

Commit e6d927c

Browse files
committed
Exclude the Spring Gradle docbook-reference-plugin from the Spring Build Conventions Gradle Plugins during reference documentation generation.
1 parent 46ab88a commit e6d927c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ buildscript {
1616
}
1717
}
1818
dependencies {
19-
classpath 'io.spring.gradle:spring-build-conventions:0.0.38'
19+
classpath('io.spring.gradle:spring-build-conventions:0.0.38') {
20+
exclude group: "io.spring.gradle", module: "docbook-reference-plugin"
21+
}
2022
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
2123
}
2224
}

0 commit comments

Comments
 (0)