{"id":14986672,"url":"https://github.com/adamko-dev/zally-gradle-plugin","last_synced_at":"2026-01-04T21:40:29.959Z","repository":{"id":51853760,"uuid":"520641991","full_name":"adamko-dev/zally-gradle-plugin","owner":"adamko-dev","description":"Use Zally to validate OpenAPI specs in a Gradle project","archived":false,"fork":false,"pushed_at":"2022-08-17T11:25:51.000Z","size":82,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T12:26:29.568Z","etag":null,"topics":["gradle","gradle-plugin","kotlin","openapi","openapi-spec","openapi3","zalando","zally"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamko-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-02T20:33:41.000Z","updated_at":"2023-12-11T16:25:27.000Z","dependencies_parsed_at":"2022-08-23T11:01:24.852Z","dependency_job_id":null,"html_url":"https://github.com/adamko-dev/zally-gradle-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamko-dev%2Fzally-gradle-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamko-dev%2Fzally-gradle-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamko-dev%2Fzally-gradle-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamko-dev%2Fzally-gradle-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamko-dev","download_url":"https://codeload.github.com/adamko-dev/zally-gradle-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244836039,"owners_count":20518365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gradle","gradle-plugin","kotlin","openapi","openapi-spec","openapi3","zalando","zally"],"created_at":"2024-09-24T14:13:19.044Z","updated_at":"2026-01-04T21:40:29.915Z","avatar_url":"https://github.com/adamko-dev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zally Gradle Plugin\n\n[Zally Gradle Plugin](https://github.com/adamko-dev/zally-gradle-plugin) is an\nunofficial Gradle Plugin for [Zally](https://github.com/zalando/zally), the\nminimalistic, simple-to-use OpenAPI 2 and 3 linter.\n\nThe Zally Gradle plugin is based on the\n[Zally Maven plugin](https://github.com/ethlo/zally-maven-plugin).\n\n**This project is unfinished**. I'm sharing the work so far to get the ball rolling.\n\n### Setup\n\n```kotlin\n// build.gradle.kts\n\nbuildscript {\n  repositories {\n    mavenCentral()\n    gradlePluginPortal()\n    maven(\"https://jitpack.io\")\n  }\n}\n\nplugins {\n//  id(\"dev.adamko.zally\")\n  id(\"com.github.adamko-dev.zally-gradle-plugin\") version \"main-SNAPSHOT\"\n}\n\nzally {\n  openApiSpec.set(\n    layout.projectDirectory.file(\"src/main/resources/openapi.yml\")\n  )\n}\n```\n\nRun: `./gradlew zally`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamko-dev%2Fzally-gradle-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamko-dev%2Fzally-gradle-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamko-dev%2Fzally-gradle-plugin/lists"}