feat(#21): Replaced chat comment component with proper cursor-based commenting
This commit is contained in:
@@ -90,8 +90,8 @@ task generate_legalconsenthub_server(type: org.openapitools.generator.gradle.plu
|
||||
enumPropertyNaming: 'original',
|
||||
interfaceOnly : 'true',
|
||||
useSpringBoot3 : 'true']
|
||||
typeMappings = [DateTime: "LocalDateTime"]
|
||||
importMappings = [LocalDateTime: "java.time.LocalDateTime"]
|
||||
typeMappings = [DateTime: "Instant"]
|
||||
importMappings = [Instant: "java.time.Instant"]
|
||||
}
|
||||
|
||||
compileKotlin.dependsOn(tasks.generate_legalconsenthub_server)
|
||||
|
||||
Reference in New Issue
Block a user