The Gradle task pulls the staging flows, runs the custom linter, and packages the JSON manifest before hitting POST /api/v1/runtime/deploy with curl -X POST "https://api.cognigy.ai/v1/runtime/deploy" -H "Authorization: Bearer $TOKEN" --data-binary @artifact.json. I’ve been tracing the pipeline logic step by step and the first three stages complete without errors, but the Cognigy Runtime v3.2 endpoint keeps throwing a 500 Internal Server Error with {"error": "dependency_resolution_failed", "code": 4012}. It’s likely how Gradle 8.5 serializes the nested resource_dependencies array since the health check verification step never even triggers after the push. WireMock shows the payload hits the endpoint correctly but the deserialization step fails silently.