{"id":37016433,"url":"https://github.com/walkmod/gradle-walkmod-plugin","last_synced_at":"2026-01-14T01:51:27.336Z","repository":{"id":57741092,"uuid":"52273668","full_name":"walkmod/gradle-walkmod-plugin","owner":"walkmod","description":"A Gradle plugin to easily integrate Walkmod on your projects","archived":false,"fork":true,"pushed_at":"2019-02-18T20:30:58.000Z","size":217,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T20:18:47.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rpau/gradle-walkmod-plugin","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walkmod.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2016-02-22T13:01:19.000Z","updated_at":"2020-04-22T10:53:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/walkmod/gradle-walkmod-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/walkmod/gradle-walkmod-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fgradle-walkmod-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fgradle-walkmod-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fgradle-walkmod-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fgradle-walkmod-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkmod","download_url":"https://codeload.github.com/walkmod/gradle-walkmod-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fgradle-walkmod-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-14T01:51:26.636Z","updated_at":"2026-01-14T01:51:27.328Z","avatar_url":"https://github.com/walkmod.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Walkmod Gradle Plugin\nAbel Salgado Romero\n=======\n:version: 0.0.1\n:walkmod-url: http://www.walkmod.com/\n:issues: https://github.com/abelsromero/gradle-walkmod-plugin/issues\n:gradle-url: http://gradle.org/\n:maven-gradle-plugin: https://github.com/rpau/maven-walkmod-plugin\n:project-name: gradle-walkmod-plugin\n:walkmod-cmd: walkmod-cmd:3.0.0\n:ivy-url: http://ant.apache.org/ivy/\n\nimage:http://img.shields.io/travis/abelsromero/{project-name}/master.svg[\"Build Status\", link=\"https://travis-ci.org/abelsromero/{project-name}\"]\nimage:http://img.shields.io/coveralls/abelsromero/{project-name}/master.svg[\"Coverage Status\", link=\"https://coveralls.io/r/abelsromero/{project-name}\"]\nimage:http://img.shields.io/:semver-{version}-blue.svg[\"Semantic Versioning\", link=\"http://semver.org\"]\n\nThe {doctitle} is the first tool to provide {walkmod-url}[Walkmod] integration with {gradle-url}[Gradle].\nThis plugin adds two new tasks to allow checking and applying walkmod changes to your projects.\n\nWARNING: this is a preliminary version and still some work must be done.\n\n== Installation\nAs long as this is a preliminary version, no fixed repository exists. If you wish to test the tool, you'll need to install it locally from sources.\nA `install` task is provided to simplify the installation in maven local.\nUse the following snippet inside a Gradle build file:\n\n.build.gradle\n[source,groovy]\n[subs=\"attributes\"]\n----\nbuildscript {\n    repositories {\n       mavenCentral()\n       jcenter()\n    }\n\n    dependencies {\n        classpath 'org.walkmod:gradle-walkmod-plugin:{version}'\n    }\n\n    walkmod {\n      chains = ['pmd']\n    }\n}\n\napply plugin: 'walkmod'\n----\n\n== Usage\n\nThe plugin adds a three new tasks:\n\n. `walkmodCheck`: checks for possible changes. Same as using `walkmod check` in the command tool.\n. `walkmodApply`: applies changes. Same as using `walkmod apply` in the command tool.\n. `walkmodPatch`: generates a patch. Same as using `walkmod patch` in the command tool.\n\n\n=== Properties\nEach tasks provides the following properties for its configuration:\n\n[horizontal]\nchains:: chain names to check or apply. Type: List\u003cString\u003e. Default: `empty` (all chains).\noffline:: `true` to resolve dependencies (uses {ivy-url}[Ivy]), `false` to resolve locally. Type: `boolean`. Default: `false`.\nverbose:: `true` to show extra information. Type: `boolean`. Default: `false`.\nshowErrors:: `true` to get full details when something goes wrong. Type: `boolean`. Default: `false`.\nproperties:: dynamic parameters for the execution. Type: String\nconfig:: walkmod configuration file (e.g walkmod.xml). Default: `` (empty).\n=== Methods\n\nNone right now (this may change in the future).\n\n\n== Contributing\n\nIn the spirit of free and open software, _everyone_ is encouraged to help improve this project.\nIf you discover errors or omissions in the source code, documentation, please don't hesitate to submit an issue or open a pull request with a fix.\nNew contributors are always welcome!\n\nHere are some ways *you* can contribute:\n\n* by using prerelease (alpha, beta or preview) versions\n* by reporting bugs\n* by suggesting new features\n* by writing or editing documentation\n* by writing specifications\n* by writing code -- _No patch is too small._\n** fix typos\n** add comments\n** clean up inconsistent whitespace\n** write tests!\n* by refactoring code\n* by fixing {uri-issues}[issues]\n* by reviewing patches\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fgradle-walkmod-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkmod%2Fgradle-walkmod-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fgradle-walkmod-plugin/lists"}