{"id":25287528,"url":"https://github.com/gradleup/maven-sympathy","last_synced_at":"2025-10-27T21:32:16.550Z","repository":{"id":238584151,"uuid":"796889974","full_name":"GradleUp/maven-sympathy","owner":"GradleUp","description":"A Gradle plugin to be nice with Maven consumers 💙","archived":false,"fork":false,"pushed_at":"2024-05-07T22:33:15.000Z","size":52,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-05-07T23:23:56.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jakewharton.com/nonsensical-maven-is-still-a-gradle-problem/ ","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/GradleUp.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":"2024-05-06T20:13:23.000Z","updated_at":"2024-05-07T23:23:59.265Z","dependencies_parsed_at":"2024-05-07T23:23:59.027Z","dependency_job_id":"706f7881-b0a8-4912-9f18-bb9b30d90b37","html_url":"https://github.com/GradleUp/maven-sympathy","commit_stats":null,"previous_names":["gradleup/maven-sympathy"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GradleUp%2Fmaven-sympathy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GradleUp%2Fmaven-sympathy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GradleUp%2Fmaven-sympathy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GradleUp%2Fmaven-sympathy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GradleUp","download_url":"https://codeload.github.com/GradleUp/maven-sympathy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238563620,"owners_count":19492974,"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","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":"2025-02-12T22:39:55.673Z","updated_at":"2025-10-27T21:32:11.252Z","avatar_url":"https://github.com/GradleUp.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maven Sympathy\n\nA small Gradle plugin that checks that your project dependencies play nice with Maven resolution strategy. \n\nSee https://jakewharton.com/nonsensical-maven-is-still-a-gradle-problem/ for more details.\n\n# Usage:\n\nThe plugin is available on Maven Central\n\n```kotlin\nbuildscript {\n    repositories {\n        mavenCentral()\n    }\n    dependencies {\n        classpath(\"com.gradleup.maven-sympathy:maven-sympathy:0.0.2\")\n    }\n}\n\nplugins {\n    id(\"com.gradleup.maven-sympathy\")\n}\n```\n\n\n\nIt registers a `sympathyForMrMaven` task that checks that none of your project transitive dependencies upgrades the direct ones:\n\n```\n$ ./gradlew :sympathyForMrMaven\n\n\u003e Task :sympathyForMrMaven FAILED\ne: direct dependency org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 of configuration 'allSourceSetsCompileDependenciesMetadata' was changed to 1.9.21\ne: direct dependency org.jetbrains.kotlin:kotlin-stdlib:1.8.21 of configuration 'allSourceSetsCompileDependenciesMetadata' was changed to 1.9.21\n\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nExecution failed for task ':sympathyForMrMaven'.\n\u003e Declared dependencies were upgraded transitively. See task output above. Please update their versions.\n```\n\n`sympathyForMrMaven` is also added as a dependency to the \"check\" aggregate task. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgradleup%2Fmaven-sympathy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgradleup%2Fmaven-sympathy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgradleup%2Fmaven-sympathy/lists"}