Merge branch '2.3.x'
Closes gh-21940
This commit is contained in:
@@ -4,7 +4,6 @@ plugins {
|
||||
id "org.asciidoctor.jvm.convert"
|
||||
id "org.asciidoctor.jvm.pdf"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
id "org.springframework.boot.maven-repository"
|
||||
id "org.springframework.boot.optional-dependencies"
|
||||
}
|
||||
@@ -12,7 +11,9 @@ plugins {
|
||||
description = "Spring Boot Gradle Plugin"
|
||||
|
||||
configurations {
|
||||
asciidoctorExtensions
|
||||
asciidoctorExtensions {
|
||||
extendsFrom dependencyManagement
|
||||
}
|
||||
documentation
|
||||
}
|
||||
|
||||
@@ -26,19 +27,14 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
|
||||
asciidoctorExtensions(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
asciidoctorExtensions("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch")
|
||||
|
||||
implementation(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
|
||||
implementation(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-tools"))
|
||||
implementation("io.spring.gradle:dependency-management-plugin")
|
||||
implementation("org.apache.commons:commons-compress")
|
||||
implementation("org.springframework:spring-core")
|
||||
|
||||
optional(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
optional("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50")
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
|
||||
Reference in New Issue
Block a user