Merge branch '3.0.x'
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
id "java-library"
|
||||
id "java-library"
|
||||
id "org.asciidoctor.jvm.convert"
|
||||
id "org.springframework.boot.auto-configuration"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.optional-dependencies"
|
||||
id "org.springframework.boot.optional-dependencies"
|
||||
}
|
||||
|
||||
description = "Spring Boot Actuator AutoConfigure"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
id "java-library"
|
||||
id "java-library"
|
||||
id "org.springframework.boot.auto-configuration"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.integration-test"
|
||||
id "org.springframework.boot.optional-dependencies"
|
||||
id "org.springframework.boot.optional-dependencies"
|
||||
}
|
||||
|
||||
description = "Spring Boot Developer Tools"
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
description = "Starter for using Tomcat as the embedded servlet container. Default servlet container starter used by spring-boot-starter-web"
|
||||
|
||||
dependencies {
|
||||
api("jakarta.annotation:jakarta.annotation-api")
|
||||
api("jakarta.annotation:jakarta.annotation-api")
|
||||
api("org.apache.tomcat.embed:tomcat-embed-core") {
|
||||
exclude group: "org.apache.tomcat", module: "tomcat-annotations-api"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{version}'
|
||||
id 'org.springframework.boot' version '{version}'
|
||||
}
|
||||
|
||||
if (project.hasProperty('applyApplicationPlugin')) {
|
||||
|
||||
Reference in New Issue
Block a user