Skip to content

Commit d34f291

Browse files
committed
fixed: missing publish of web
1 parent 64ef1cb commit d34f291

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-starter/spring-boot-starter-web/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ plugins {
55
alias(libs.plugins.openapi.generator)
66
}
77

8+
apply from: "${rootDir}/gradle/publish-module.gradle"
9+
810
dependencies {
911
implementation platform(SpringBootPlugin.BOM_COORDINATES)
1012

0 commit comments

Comments
 (0)