We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12fda2 commit 430c6b7Copy full SHA for 430c6b7
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle
@@ -11,8 +11,11 @@ description = "Spring Boot Gradle Plugins"
11
12
configurations {
13
documentation
14
+ "testCompileClasspath" {
15
+ // Downgrade SLF4J is required for tests to run in Eclipse
16
+ resolutionStrategy.force("org.slf4j:slf4j-api:1.7.36")
17
+ }
18
}
-
19
dependencies {
20
asciidoctorExtensions("io.spring.asciidoctor:spring-asciidoctor-extensions-section-ids")
21
0 commit comments