Skip to content

Commit 7cad66c

Browse files
committed
chore: update org.springframework.boot to 3.5.16 and add spotlessKotlinGradle dependency for OpenAPI tasks
1 parent 3ec729a commit 7cad66c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

api/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,15 @@ tasks.register<Copy>("copyPythonLicense") {
150150
tasks.register("generatePythonClient") { dependsOn("copyPythonGitPushScript", "copyPythonLicense") }
151151

152152
tasks.register<GenerateTask>("openApiUmlGenerate") {
153+
dependsOn("spotlessKotlinGradle")
153154
dependsOn("mergeOpenApiFiles")
154155
inputSpec.set("${rootDir}/openapi/openapi.yaml")
155156
outputDir.set("$rootDir/openapi/plantuml")
156157
generatorName.set("plantuml")
157158
}
158159

159160
tasks.register<GenerateTask>("openApiMarkdownGenerate") {
161+
dependsOn("spotlessKotlinGradle")
160162
dependsOn("mergeOpenApiFiles")
161163
inputSpec.set("${rootDir}/openapi/openapi.yaml")
162164
outputDir.set("$rootDir/doc")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ plugins {
4747
kotlin("plugin.spring") version kotlinVersion apply false
4848
id("pl.allegro.tech.build.axion-release") version "1.18.18"
4949
id("com.diffplug.spotless") version "7.0.3"
50-
id("org.springframework.boot") version "3.5.14" apply false
50+
id("org.springframework.boot") version "3.5.16" apply false
5151
id("project-report")
5252
id("org.owasp.dependencycheck") version "12.1.0"
5353
id("com.github.jk1.dependency-license-report") version "2.9"

0 commit comments

Comments
 (0)