Skip to content

Commit

Permalink
Update libs. Enable generatedAnnotation in generator ksp tests (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
altro3 authored Jan 8, 2024
1 parent dd4d929 commit 53b1e7d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ dependencies {

def openapiGenerate = tasks.register("generateOpenApi", OpenApiGeneratorTask) {
lang = "kotlin"
// Can't use generated annotation before this issue not fixed:
// https://github.com/micronaut-projects/micronaut-core/issues/10277
generatedAnnotation = false
generatedAnnotation = true
classpath.from(configurations.openapiGenerator)
openApiDefinition.convention(layout.projectDirectory.file("petstore.json"))
outputDirectory.convention(layout.buildDirectory.dir("generated/openapi"))
Expand Down

0 comments on commit 53b1e7d

Please sign in to comment.