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 46ab88a commit e6d927cCopy full SHA for e6d927c
build.gradle
@@ -16,7 +16,9 @@ buildscript {
16
}
17
18
dependencies {
19
- classpath 'io.spring.gradle:spring-build-conventions:0.0.38'
+ classpath('io.spring.gradle:spring-build-conventions:0.0.38') {
20
+ exclude group: "io.spring.gradle", module: "docbook-reference-plugin"
21
+ }
22
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
23
24
0 commit comments