{"id":19795295,"url":"https://github.com/spliterash/shadow-kotlin-relocate","last_synced_at":"2026-05-11T21:33:17.317Z","repository":{"id":129949699,"uuid":"570566139","full_name":"Spliterash/shadow-kotlin-relocate","owner":"Spliterash","description":"Plugin for fix kotlin metadata when relocate kotlin classes","archived":false,"fork":false,"pushed_at":"2023-01-14T12:28:55.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T16:07:46.316Z","etag":null,"topics":["gradle","gradle-plugin","kotlin","shadowjar"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Spliterash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-25T13:54:58.000Z","updated_at":"2024-09-20T09:12:26.000Z","dependencies_parsed_at":"2023-05-06T11:13:19.578Z","dependency_job_id":null,"html_url":"https://github.com/Spliterash/shadow-kotlin-relocate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Spliterash/shadow-kotlin-relocate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2Fshadow-kotlin-relocate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2Fshadow-kotlin-relocate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2Fshadow-kotlin-relocate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2Fshadow-kotlin-relocate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spliterash","download_url":"https://codeload.github.com/Spliterash/shadow-kotlin-relocate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spliterash%2Fshadow-kotlin-relocate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32913728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"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":["gradle","gradle-plugin","kotlin","shadowjar"],"created_at":"2024-11-12T07:15:58.202Z","updated_at":"2026-05-11T21:33:17.300Z","avatar_url":"https://github.com/Spliterash.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShadowKotlinRelocate\n\nWhen you use relocate in shadow jar, it work ok, but not relocate kotlin metadata stuff, SOOOOOOOOOOOOOOO\n\nNow you fix invalid kotlin metadata relocate with my plugin (actually stolen and\nmodified [exposed-gradle-plugin](https://github.com/JetBrains/exposed-intellij-plugin/tree/master/exposed-gradle-plugin))\n\nIf you want use it\n\n```kotlin\n// settings.gradle.kts\npluginManagement {\n    repositories {\n        gradlePluginPortal()\n        maven {\n            url = uri(\"https://repo.spliterash.ru/group/\")\n        }\n    }\n}\n```\n\n```kotlin\n// build.gradle.kts\nplugins {\n    id(\"ru.spliterash.shadow-kotlin-relocate\") version \"1.0.0\"\n}\n\ntasks.shadowJar {\n    // use kotlinRelocate instead relocate\n    kotlinRelocate(\"source\", \"destination\")\n}\n\ntasks {\n    assemble { dependsOn(relocateKotlinMetadata) }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspliterash%2Fshadow-kotlin-relocate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspliterash%2Fshadow-kotlin-relocate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspliterash%2Fshadow-kotlin-relocate/lists"}