Skip to content

Commit

Permalink
Added generation tasks and integration for going spec-first
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull committed Dec 17, 2024
1 parent f2ef961 commit 2468f24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ swagger-annotations = "2.2.25"
victools-jsonschema = "4.37.0"
wiremock = "3.0.1"
zeroAllocationHashing = "0.16"
openApiGeneratorVersion="7.10.0"

[libraries]
apache-commonsIO = { module = "commons-io:commons-io", version.ref = "apache-commonsIO" }
Expand Down Expand Up @@ -133,6 +134,7 @@ license = { id = "com.github.hierynomus.license", version = "0.16.1" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
spotbugs = { id = "com.github.spotbugs", version = "4.8.0" }
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.8" }
openapi-generator = { id = "org.openapi.generator", version.ref = "openApiGeneratorVersion" }



0 comments on commit 2468f24

Please sign in to comment.