File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,13 +150,15 @@ tasks.register<Copy>("copyPythonLicense") {
150150tasks.register(" generatePythonClient" ) { dependsOn(" copyPythonGitPushScript" , " copyPythonLicense" ) }
151151
152152tasks.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
159160tasks.register<GenerateTask >(" openApiMarkdownGenerate" ) {
161+ dependsOn(" spotlessKotlinGradle" )
160162 dependsOn(" mergeOpenApiFiles" )
161163 inputSpec.set(" ${rootDir} /openapi/openapi.yaml" )
162164 outputDir.set(" $rootDir /doc" )
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments