{"id":22846606,"url":"https://github.com/vicfran/gradle-plugin","last_synced_at":"2025-09-10T08:37:43.898Z","repository":{"id":149036577,"uuid":"56092005","full_name":"vicfran/gradle-plugin","owner":"vicfran","description":"This repo is thought as a Gradle plugins repository. Trying to dive deep inside Gradle fundamentals.","archived":false,"fork":false,"pushed_at":"2016-04-12T19:54:18.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T00:45:15.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Groovy","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/vicfran.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":"2016-04-12T19:33:08.000Z","updated_at":"2016-04-12T19:48:42.000Z","dependencies_parsed_at":"2023-09-02T15:50:13.887Z","dependency_job_id":null,"html_url":"https://github.com/vicfran/gradle-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vicfran/gradle-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicfran%2Fgradle-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicfran%2Fgradle-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicfran%2Fgradle-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicfran%2Fgradle-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicfran","download_url":"https://codeload.github.com/vicfran/gradle-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicfran%2Fgradle-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274433830,"owners_count":25284427,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"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":[],"created_at":"2024-12-13T03:29:55.313Z","updated_at":"2025-09-10T08:37:43.438Z","avatar_url":"https://github.com/vicfran.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gradle-plugin \n======================\n[![Build Status](https://travis-ci.org/vicfran/gradle-plugin.svg?branch=master)](https://travis-ci.org/vicfran/gradle-plugin)\n\nThis repo is thought as a Gradle plugins repository. Trying to dive deep inside Gradle fundamentals.\n\n###How to use it\n```\ngradle build uploadArchives\n```\n\nJAR file with the plugin will be stored at a Maven repo at :\n```\n../repo/org/gradle/GreetingTestPlugin/\n```\n\nTo use the plugin, just include in the build.gradle file of your project:\n\n```\nbuildscript {\n repositories {\n  maven {\n   url uri('../repo')\n  }\n }\n dependencies {\n  classpath group: 'org.gradle', name: 'GradleTestPlugin', version: '1.0-SNAPSHOT'\n }\n}\n\napply plugin : 'org.samples.test'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicfran%2Fgradle-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicfran%2Fgradle-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicfran%2Fgradle-plugin/lists"}