{"id":21883137,"url":"https://github.com/eendroroy/gradle-example-plugin","last_synced_at":"2026-04-17T03:03:34.621Z","repository":{"id":71991966,"uuid":"107734222","full_name":"eendroroy/gradle-example-plugin","owner":"eendroroy","description":"gradle plugin example","archived":false,"fork":false,"pushed_at":"2023-11-16T06:52:24.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T01:18:27.175Z","etag":null,"topics":["example","gradle-plugin","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/eendroroy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-20T23:01:34.000Z","updated_at":"2025-02-15T20:05:51.000Z","dependencies_parsed_at":"2023-11-16T07:37:33.904Z","dependency_job_id":"8b571c89-75cc-447a-b400-2b71575e7134","html_url":"https://github.com/eendroroy/gradle-example-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eendroroy/gradle-example-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fgradle-example-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fgradle-example-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fgradle-example-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fgradle-example-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eendroroy","download_url":"https://codeload.github.com/eendroroy/gradle-example-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fgradle-example-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["example","gradle-plugin","java"],"created_at":"2024-11-28T09:39:27.476Z","updated_at":"2026-04-17T03:03:34.604Z","avatar_url":"https://github.com/eendroroy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gradle-example-plugin\n\n[ ![Download](https://api.bintray.com/packages/eendroroy/com.indrajit/gradle-example-plugin/images/download.svg) ](https://bintray.com/eendroroy/com.indrajit/gradle-example-plugin/_latestVersion)\n\nAn example gradle plugin\n\n## Build and Use the plugin\n\nUser gradle to build the plugin\n\n```bash\ngradle build\n```\n\nAfter the first build modify `build.gradle` file to include the plugin.\n\n```groovy\nbuildscript {\n   ...\n\n    // TODO: Uncomment these lines after first build to use the plugin\n    repositories {\n        flatDir {\n            dirs \"$buildDir/libs\"\n        }\n    }\n    dependencies {\n         classpath name: \"$project.name-${projectVersion}\"\n    }\n\n    ...\n}\n\n...\n\n// TODO: Uncomment this line after first build to use the plugin\napply plugin: 'com.indrajit.example'\n\n...\n\n```\n\nThen run the `exampleTask`\n\n```bash\ngradle exampleTask\n```\n\nShould show the following:\n\n```bash\n\n\u003e Task :exampleTask\nProject Name: 'gradle-example-plugin'\nProject Description: '...'\n\n\nBUILD SUCCESSFUL in 0s\n1 actionable task: 1 executed\n\n```\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [gradle-example-plugin repository](https://github.com/eendroroy/gradle-example-plugin). \nThis project is intended to be a safe, welcoming space for collaboration,\nand contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Authors\n\n* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)\n\n## License\n\nThis project is licensed under the WTFPL License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fgradle-example-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feendroroy%2Fgradle-example-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fgradle-example-plugin/lists"}