fix: Gradle task dependency, add java to frontend.yaml because of openapi

This commit is contained in:
2025-11-15 08:15:41 +01:00
parent 40ec2736c9
commit cc3db21fbd
2 changed files with 7 additions and 0 deletions

View File

@@ -103,3 +103,4 @@ task generate_legalconsenthub_server(type: org.openapitools.generator.gradle.plu
}
compileKotlin.dependsOn(tasks.generate_legalconsenthub_server)
runKtlintCheckOverMainSourceSet.dependsOn(generate_legalconsenthub_server)