{"id":15105358,"url":"https://github.com/minecraftforge/propatcher","last_synced_at":"2025-09-27T03:30:45.495Z","repository":{"id":51318279,"uuid":"366858882","full_name":"MinecraftForge/ProPatcher","owner":"MinecraftForge","description":"A Gradle plugin for creating patch files between two directories.","archived":true,"fork":true,"pushed_at":"2022-10-24T07:35:16.000Z","size":262,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-01-17T14:36:23.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.gradle.org/plugin/uk.jamierocks.propatcher","language":"Groovy","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"CadixDev/ProPatcher","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MinecraftForge.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}},"created_at":"2021-05-12T21:31:34.000Z","updated_at":"2023-09-16T23:36:20.000Z","dependencies_parsed_at":"2023-01-20T09:42:15.535Z","dependency_job_id":null,"html_url":"https://github.com/MinecraftForge/ProPatcher","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/MinecraftForge/ProPatcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinecraftForge%2FProPatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinecraftForge%2FProPatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinecraftForge%2FProPatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinecraftForge%2FProPatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinecraftForge","download_url":"https://codeload.github.com/MinecraftForge/ProPatcher/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinecraftForge%2FProPatcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277177895,"owners_count":25774354,"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-27T02:00:08.978Z","response_time":73,"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-09-25T20:23:41.174Z","updated_at":"2025-09-27T03:30:45.215Z","avatar_url":"https://github.com/MinecraftForge.png","language":"Groovy","readme":"ProPatcher\n==========\n\nProPatcher is a Gradle plugin for creating patch files on the go.\n\n## Installation\n\nProPatcher has been added to Gradle's plugin portal, and can be used using the new\nplugin mechanism introduced in Gradle 2.1.\nYou can find the plugin [here](https://plugins.gradle.org/plugin/uk.jamierocks.propatcher).\n\n```gradle\nplugins {\n    id 'uk.jamierocks.propatcher' version '2.0.0'\n}\n```\n\nFor those of you, using builds where you cannot utilise the new plugin mechanism,\nor are using a version of Gradle prior to 2.1, here is the old example:\n\n```gradle\nbuildscript {\n    repositories {\n        maven {\n            url 'https://plugins.gradle.org/m2/'\n        }\n    }\n    dependencies {\n        classpath 'gradle.plugin.uk.jamierocks:propatcher:2.0.0'\n    }\n}\n\napply plugin: 'uk.jamierocks.propatcher'\n```\n\n## Example\n\n```gradle\npatches {\n    // This is a directory input, you can also use zip file inputs using rootZip\n    rootDir = file('root')\n    // This is a directory input\n    target = file('target')\n    \n    // This is a directory output\n    patches = file('patches')\n}\n```\n\n## Tasks\n\n| Name           | Description                                           |\n| -------------- | ----------------------------------------------------- |\n| `makePatches`  | Make all necessary patch files.                       |\n| `applyPatches` | Apply all patches to the target.                      |\n| `resetSources` | Resets the target, to it's original unmodified state. |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminecraftforge%2Fpropatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminecraftforge%2Fpropatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminecraftforge%2Fpropatcher/lists"}