Skip to content

Commit

Permalink
Revert "fixed swagger library issue"
Browse files Browse the repository at this point in the history
This reverts commit cd60172.
  • Loading branch information
aman-alfresco committed Aug 8, 2024
1 parent cd60172 commit 41614b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 = ["X-Operation-ID"]
headersToRemove.add("X-Operation-ID")
}
}

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

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

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

0 comments on commit 41614b1

Please sign in to comment.