{"id":39926472,"url":"https://github.com/kensa-dev/kensa-build-plugins","last_synced_at":"2026-02-16T14:25:02.769Z","repository":{"id":320576529,"uuid":"1081966460","full_name":"kensa-dev/kensa-build-plugins","owner":"kensa-dev","description":"Home to the Gradle and Maven plugins for Kensa Kotlin Compiler Plugin integration","archived":false,"fork":false,"pushed_at":"2026-01-16T11:47:47.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-17T01:48:29.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kensa-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-23T14:42:16.000Z","updated_at":"2025-12-17T10:28:19.000Z","dependencies_parsed_at":"2025-10-24T16:13:41.796Z","dependency_job_id":"6acc839f-640b-4fa9-85d0-0a7864109b6b","html_url":"https://github.com/kensa-dev/kensa-build-plugins","commit_stats":null,"previous_names":["kensa-dev/kensa-build-plugins"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/kensa-dev/kensa-build-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fkensa-build-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fkensa-build-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fkensa-build-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fkensa-build-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kensa-dev","download_url":"https://codeload.github.com/kensa-dev/kensa-build-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kensa-dev%2Fkensa-build-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28547004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-18T18:01:13.357Z","updated_at":"2026-01-18T18:01:14.726Z","avatar_url":"https://github.com/kensa-dev.png","language":"Kotlin","readme":"# \u003cimg src=\"./Logo.svg\" alt=\"Kensa Logo\" style=\"width: 40px; vertical-align: middle;\"/\u003e Kensa Gradle Plugin\n\n![Latest Release](https://img.shields.io/github/v/release/kensa-dev/kensa)\n\nA Gradle plugin for the acceptance test framework Kensa. To use the full functionality of Kensa's `@NestedSentence` \u0026 `@RenderedValue` annotations (collection and rendering of function arguments), you must apply this plugin to your Kotlin project.\n\n## What it does\n- Applies the Kensa Kotlin compiler plugin `dev.kensa.compiler-plugin`\n- Adds dependency `dev.kensa:kensa-core:\u003cversion\u003e` with capability to applicable compilations. `dev.kensa:core-hooks`\n- Exposes a `kensa` extension:\n    - `enabled`: enable/disable compiler plugin (default: `true`).\n    - `debug`: extra diagnostics from the compiler plugin (default: `false`).\n    - `sourceSets`: Kotlin compilation names to apply to (default: `[\"test\"]`).\n\n## Quick start\n1. Add the plugin to your build.gradle.kts:\n2. Configure the plugin as needed.\n3. Build as normal.\n``` kotlin\n   plugins {\n       id(\"dev.kensa.gradle-plugin\") version \"\u003cplugin-version\u003e\"\n   }\n```\n\nConfigure (optional)\n\n``` kotlin\nkensa {\n    enabled.set(true)                                 // default true\n    debug.set(false)                                  // default false\n    sourceSets.set(setOf(\"test\", \"acceptanceTest\"))   // default \"test\"\n}\n```\n\nBuild as normal; the plugin attaches to the selected compilations.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkensa-dev%2Fkensa-build-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkensa-dev%2Fkensa-build-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkensa-dev%2Fkensa-build-plugins/lists"}