fix(fullstack): Move legalconsenthub.yml API to root

This commit is contained in:
2025-11-15 10:30:00 +01:00
parent af434ad3a4
commit af4dc3b7d8
7 changed files with 26 additions and 13 deletions

View File

@@ -88,7 +88,7 @@ tasks.named('test') {
task generate_legalconsenthub_server(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask) {
generatorName = 'kotlin-spring'
inputSpec = "$rootDir/api/legalconsenthub.yml".toString()
inputSpec = "$rootDir/../api/legalconsenthub.yml".toString()
outputDir = generatedSourcesServerLegalconsenthubDir
apiPackage = 'com.betriebsratkanzlei.legalconsenthub_api.api'
modelPackage = 'com.betriebsratkanzlei.legalconsenthub_api.model'