{"id":13651010,"url":"https://github.com/gatling/gatling-gradle-plugin","last_synced_at":"2025-12-30T01:41:29.552Z","repository":{"id":37074562,"uuid":"277641140","full_name":"gatling/gatling-gradle-plugin","owner":"gatling","description":"Gatling Plugin for Gradle","archived":false,"fork":false,"pushed_at":"2025-04-17T13:53:03.000Z","size":452,"stargazers_count":29,"open_issues_count":0,"forks_count":17,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-18T03:55:38.355Z","etag":null,"topics":["automation","gatling","gradle","gradle-plugin","loadtesting"],"latest_commit_sha":null,"homepage":"https://gatling.io","language":"Groovy","has_issues":false,"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/gatling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2020-07-06T20:23:37.000Z","updated_at":"2025-04-17T13:44:50.000Z","dependencies_parsed_at":"2023-12-20T16:35:15.294Z","dependency_job_id":"20569bf8-9cdd-41c3-832d-52eea1a757d8","html_url":"https://github.com/gatling/gatling-gradle-plugin","commit_stats":null,"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatling%2Fgatling-gradle-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatling%2Fgatling-gradle-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatling%2Fgatling-gradle-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gatling%2Fgatling-gradle-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gatling","download_url":"https://codeload.github.com/gatling/gatling-gradle-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250333833,"owners_count":21413466,"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":["automation","gatling","gradle","gradle-plugin","loadtesting"],"created_at":"2024-08-02T02:00:43.779Z","updated_at":"2025-12-30T01:41:29.546Z","avatar_url":"https://github.com/gatling.png","language":"Groovy","funding_links":[],"categories":["Tools"],"sub_categories":["Plugins"],"readme":"# Gatling Plugin for Gradle\n\n[\u003cpicture\u003e\u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://docs.gatling.io/images/logo-gatling.svg\"\u003e\u003cimg src=\"https://docs.gatling.io/images/logo-gatling-noir.svg\" alt=\"Gatling\" width=\"50%\"\u003e\u003c/picture\u003e](https://gatling.io)\n\n[![Workflow Status (main)](https://img.shields.io/github/actions/workflow/status/gatling/gatling-gradle-plugin/test-only.yml?branch=main\u0026logo=github\u0026style=for-the-badge)](https://github.com/gatling/gatling-gradle-plugin/actions?query=branch%3Amain)\n[![License](https://img.shields.io/github/license/gatling/gatling-gradle-plugin?logo=apache\u0026style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)\n[![Gatling Community](https://img.shields.io/badge/Community-Gatling-e28961?style=for-the-badge\u0026logo=discourse)](https://community.gatling.io)\n\n\u003e [!WARNING]\n\u003e The documentation now lives on the Gatling website and can be found [here](https://docs.gatling.io/reference/integrations/build-tools/gradle-plugin/).\n\n## Dev testing\n\nTo manually test this plugin in a sample project, see the [Gradle documentation](https://docs.gradle.org/current/userguide/testing_gradle_plugins.html#manual-tests).\n\n### With IncludeBuild\nNote that the test project must use Gradle 7.1 or later for `includeBuild` within `pluginManagement` to work.\n\nSteps to be able to dev test this plugin:\n\n1. Clone this project\n\n2. In a separate directory, create a toy project with a file called `settings.gradle` containing:\n\n    ```groovy\n    includeBuild \"\u003cpath/to\u003e/gatling-gradle-plugin\"\n    ```\n\n3. And a file called `build.gradle` containing:\n\n    ```groovy\n    plugins {\n      id \"java\"\n      id \"io.gatling.gradle\"\n    }\n\n    repositories {\n      mavenCentral()\n    }\n    ```\n\n### With maven-publish plugin\n\nTo publish locally, you need to enable `maven-publish` plugin, add a version and a group. In `build.gradle`:\n\n```\nplugins {\n  ...\n  id 'maven-publish'\n}\nversion '42.0.0-SNAPSHOT'\ngroup 'io.gatling'\n```\n\nYou can do a `gradle publishToMavenLocal` to publish a snapshot version to your local maven repository.\n\nTo use this local plugin in your project:\n* change the plugin version to the one above\n* add a `settings.gradle` file in the root of your project with the following content:\n```\npluginManagement {\n  repositories {\n    mavenLocal()\n    gradlePluginPortal()\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgatling%2Fgatling-gradle-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgatling%2Fgatling-gradle-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgatling%2Fgatling-gradle-plugin/lists"}