{"id":19260635,"url":"https://github.com/evant/android-retrolambda-lombok","last_synced_at":"2025-06-23T19:40:11.969Z","repository":{"id":31408347,"uuid":"34971646","full_name":"evant/android-retrolambda-lombok","owner":"evant","description":"A modified version of lombok ast that allows lint to run on java 8 sources without error.","archived":false,"fork":false,"pushed_at":"2020-06-14T22:44:58.000Z","size":2030,"stargazers_count":174,"open_issues_count":11,"forks_count":7,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-01T14:38:03.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/evant.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}},"created_at":"2015-05-03T02:56:52.000Z","updated_at":"2025-02-28T06:55:55.000Z","dependencies_parsed_at":"2022-09-09T15:51:31.961Z","dependency_job_id":null,"html_url":"https://github.com/evant/android-retrolambda-lombok","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fandroid-retrolambda-lombok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fandroid-retrolambda-lombok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fandroid-retrolambda-lombok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evant%2Fandroid-retrolambda-lombok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evant","download_url":"https://codeload.github.com/evant/android-retrolambda-lombok/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250090993,"owners_count":21373297,"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":"2024-11-09T19:22:12.500Z","updated_at":"2025-04-21T16:32:04.142Z","avatar_url":"https://github.com/evant.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# android-retrolambda-lombok\nA modified version of lombok ast that allows lint to run on java 8 sources without error.\n\n## Usage\nAll you have to do is modify you `build.gradle` as such\n```groovy\nbuildscript {\n    repositories {\n        jcenter()\n        ...\n    }\n\n    dependencies {\n        classpath 'com.android.tools.build:gradle:\u003cversion\u003e'\n        classpath \"me.tatarka:gradle-retrolambda:\u003cversion\u003e\"\n        classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'\n    }\n\n    // Exclude the version that the android plugin depends on.\n    configurations.classpath.exclude group: 'com.android.tools.external.lombok'\n}\n```\n## Additional Lint Configuration\nLint doesn't realize that try-with-resources are backported by retrolambda. You can ignore just that while keeping the rest of the `NewApi` lint check by adding the following to your `lint.xml`.\n```xml\n\u003cissue id=\"NewApi\"\u003e\n    \u003cignore regexp=\"Try-with-resources requires API level 19\"/\u003e\n\u003c/issue\u003e\n```\n\n## Limitations\n- Currently you must run gradle with java 8. This may or may not be fixed in the future depending on if I can get lombok to compile with a lower java version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevant%2Fandroid-retrolambda-lombok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevant%2Fandroid-retrolambda-lombok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevant%2Fandroid-retrolambda-lombok/lists"}