We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ef1cb commit d34f291Copy full SHA for d34f291
spring-boot-starter/spring-boot-starter-web/build.gradle
@@ -5,6 +5,8 @@ plugins {
5
alias(libs.plugins.openapi.generator)
6
}
7
8
+apply from: "${rootDir}/gradle/publish-module.gradle"
9
+
10
dependencies {
11
implementation platform(SpringBootPlugin.BOM_COORDINATES)
12
0 commit comments