File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,8 @@ dependencyManagement {
3838 mavenBom " org.springframework.boot:spring-boot-starter-parent:${ springBootVersion} "
3939 mavenBom " org.springframework.cloud:spring-cloud-dependencies:${ springCloudVersion} "
4040 }
41- generatedPomCustomization {
42- enabled(false )
43- }
44-
4541}
42+
4643task generateReleaseNotes (type : JavaExec , group : " documentation" ) {
4744 def m = java.util.regex.Pattern . compile(" (\\ d+\\ .\\ d+\\ .\\ d+).*" ). matcher(version. toString())
4845 def milestoneLabel = " "
@@ -273,7 +270,7 @@ dependencies {
273270 compileOnly " io.grpc:grpc-netty:${ grpcVersion} "
274271 compile " io.grpc:grpc-netty-shaded:${ grpcVersion} "
275272 compile " io.grpc:grpc-services:${ grpcVersion} "
276- compile " org.springframework.boot:spring-boot-starter: ${ springBootVersion } "
273+ compile " org.springframework.boot:spring-boot-starter"
277274 compile ' io.netty:netty-tcnative-boringssl-static:2.0.47.Final'
278275
279276 annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
You can’t perform that action at this time.
0 commit comments