{"id":19840072,"url":"https://github.com/siphalor/modpubup","last_synced_at":"2025-11-24T17:01:20.123Z","repository":{"id":109751769,"uuid":"567947361","full_name":"Siphalor/modpubup","owner":"Siphalor","description":"Easily update the metadata of published Minecraft mod files using Gradle","archived":false,"fork":false,"pushed_at":"2022-11-19T01:29:34.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:21:50.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Siphalor.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":"2022-11-19T01:06:40.000Z","updated_at":"2022-11-19T01:06:54.000Z","dependencies_parsed_at":"2023-04-25T16:02:30.264Z","dependency_job_id":null,"html_url":"https://github.com/Siphalor/modpubup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Siphalor/modpubup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Fmodpubup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Fmodpubup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Fmodpubup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Fmodpubup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Siphalor","download_url":"https://codeload.github.com/Siphalor/modpubup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siphalor%2Fmodpubup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-24T02:00:07.096Z","response_time":68,"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-11-12T12:25:29.286Z","updated_at":"2025-11-24T17:01:20.083Z","avatar_url":"https://github.com/Siphalor.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# ModPubUp\n\n[![latest maven release](https://img.shields.io/maven-metadata/v?color=0f9fbc\u0026metadataUrl=https%3A%2F%2Fmaven.siphalor.de%2Fde%2Fsiphalor%2Fmodpubup%2Fmaven-metadata.xml\u0026style=flat-square)](https://maven.siphalor.de/de/siphalor/modpubup/)\n\nEasily update the metadata of published Minecraft mod files using Gradle\n\n\u003c/div\u003e\n\n\n## Usage\n\nInclude the plugin's repository in your `settings.gradle(.kts)`:\n\n```groovy\npluginManagement {\n\trepositories {\n\t\t// Other plugin repositories\n\t\tmaven {\n\t\t\tname = \"Siphalor\"\n\t\t\turl = \"https://maven.siphalor.de/\"\n\t\t}\n\t}\n}\n```\n\nUse it in your `build.gradle(.kts)`:\n\n```groovy\nplugins {\n\t// Other plugins\n\tid \"de.siphalor.modpubup\" version \"0.1.0\" // Check the latest version at the top of the readme\n}\n```\n\nThis plugin adds the following tasks:\n\n- `modpubup`: Performs all the below tasks\n- `modpubupModrinth` (in the presence of [Minotaur](https://github.com/modrinth/minotaur)): Update the latest Modrinth publication\n- `modpubupCurseforge` (*to be done*; in the presence of [CurseGradle](https://github.com/matthewprenger/CurseGradle)): Update the latest CurseForge publications\n- `modpubupCurseforgeXXXX` (*to be done*): Same as the above, but only for the project with the id `XXXX`\n\n## Configuration\n\nThe plugin offers some basic configuration options, shown here with their defaults:\n\n```groovy\nmodpubup {\n\trequireExist       = true  // Fails if the latest publication can not be found\n\tupdateName         = true  // Update the version name\n\tupdateChangelog    = false // Update the changelog\n\tupdateGameVersions = true  // Update the supported game versions\n\tupdateReleaseType  = true  // Update the release type\n\tupdateLoaders      = false // Update the supported loaders\n}\n```\n\nThe supported game versions and mod loaders will not be automatically detected and must be specified explicitly in the configuration sections of Minotaur/CurseGradle.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiphalor%2Fmodpubup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiphalor%2Fmodpubup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiphalor%2Fmodpubup/lists"}