Skip to content

Commit

Permalink
fixed swagger library issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco committed Aug 8, 2024
1 parent 00c2e3e commit cd60172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ generateSwagger {
inputFile = file("$projectDir/definitions/merged.yaml")
outputDir = file("$projectDir/src/main/kotlin/")
features {
headersToRemove.add("X-Operation-ID")
headersToRemove = ["X-Operation-ID"]
}
}

Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ retrofit-core = { module = "com.squareup.retrofit2:retrofit", version.ref = "ret

spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.18.0"

swaggerCodegen = "com.agologan:swagger-gradle-codegen:1.4.1-67-gfbda3ab"
swaggerCodegen = "com.yelp.codegen:plugin:1.4.1"
#swaggerCodegen = "com.agologan:swagger-gradle-codegen:1.4.1-67-gfbda3ab"

0 comments on commit cd60172

Please sign in to comment.