We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f185367 commit effff51Copy full SHA for effff51
1 file changed
main.gradle
@@ -41,6 +41,7 @@ subprojects {
41
annotationProcessor 'org.projectlombok:lombok'
42
testAnnotationProcessor 'org.projectlombok:lombok'
43
testCompileOnly 'org.projectlombok:lombok'
44
+ implementation platform("org.springframework.boot:spring-boot-dependencies:3.5.13")
45
}
46
47
jacocoTestReport {
@@ -57,12 +58,6 @@ subprojects {
57
58
59
60
- dependencyManagement {
61
- imports {
62
- mavenBom 'org.springframework.boot:spring-boot-dependencies:3.5.13'
63
- }
64
65
-
66
if (toPublish.split(',').contains(it.name)) {
67
apply plugin: 'maven-publish'
68
apply plugin: 'signing'
0 commit comments