Switch code generation to the ANS v2 OpenAPI spec (from the ans repo)
Codegen previously downloaded the spec at build time from developer.godaddy.com/swagger/swagger_ans.json. Switch to a local, version-controlled copy of the v2 spec from the ans repo, vendored at ans-sdk-api/spec/api-spec.yaml, removing the runtime download task from build.gradle.kts.
Switch code generation to the ANS v2 OpenAPI spec (from the ans repo)
Codegen previously downloaded the spec at build time from developer.godaddy.com/swagger/swagger_ans.json. Switch to a local, version-controlled copy of the v2 spec from the ans repo, vendored at ans-sdk-api/spec/api-spec.yaml, removing the runtime download task from build.gradle.kts.