{"id":16558164,"url":"https://github.com/jaredsburrows/gradle-checker-framework-plugin","last_synced_at":"2025-03-21T10:32:32.253Z","repository":{"id":37623000,"uuid":"93117413","full_name":"jaredsburrows/gradle-checker-framework-plugin","owner":"jaredsburrows","description":"Gradle plugin to use the Checker Framework for Java.","archived":false,"fork":false,"pushed_at":"2024-10-28T00:12:32.000Z","size":13663,"stargazers_count":9,"open_issues_count":16,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T05:32:34.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaredsburrows.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-06-02T02:10:32.000Z","updated_at":"2024-06-01T19:27:58.000Z","dependencies_parsed_at":"2024-01-29T09:13:28.865Z","dependency_job_id":"60a5e9a5-d374-4e09-9da8-1a3eda177a71","html_url":"https://github.com/jaredsburrows/gradle-checker-framework-plugin","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/jaredsburrows%2Fgradle-checker-framework-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fgradle-checker-framework-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fgradle-checker-framework-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredsburrows%2Fgradle-checker-framework-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredsburrows","download_url":"https://codeload.github.com/jaredsburrows/gradle-checker-framework-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244135893,"owners_count":20403797,"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-10-11T20:09:46.580Z","updated_at":"2025-03-21T10:32:31.736Z","avatar_url":"https://github.com/jaredsburrows.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gradle Checker Framework Plugin\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Build](https://github.com/jaredsburrows/gradle-checker-framework-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/jaredsburrows/gradle-checker-framework-plugin/actions/workflows/build.yml)\n[![Twitter Follow](https://img.shields.io/twitter/follow/jaredsburrows.svg?style=social)](https://twitter.com/jaredsburrows)\n\nThis plugin configures `JavaCompile` tasks to use the [Checker Framework](https://checkerframework.org).\n\n## Version Compatibility\n| Plugin Version | Checker Framework | Android Gradle Plugin |\n| --- | --- | --- |\n| 0.2.2 | 2.4.0 | 3.2.1 |\n\n## Download\n\n**Release:**\n```groovy\nbuildscript {\n  repositories {\n    jcenter()\n  }\n\n  dependencies {\n    classpath 'com.jaredsburrows:gradle-checker-framework-plugin:0.2.2'\n  }\n}\n\napply plugin: 'com.jaredsburrows.checkerframework'\n```\nRelease versions are available in the [JFrog Bintray repository](https://jcenter.bintray.com/com/jaredsburrows/gradle-checker-framework-plugin/).\n\n**Snapshot:**\n```groovy\nbuildscript {\n  repositories {\n    maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }\n  }\n\n  dependencies {\n    classpath 'com.jaredsburrows:gradle-checker-framework-plugin:0.2.3-SNAPSHOT'\n  }\n}\n\napply plugin: 'com.jaredsburrows.checkerframework'\n```\nSnapshot versions are available in the [JFrog Artifactory repository](https://oss.jfrog.org/artifactory/libs-snapshot/com/jaredsburrows/gradle-checker-framework-plugin/).\n\n## Configuration\n\nIt is possible to configure the checkers you want to enable using the `checkerFramework.checkers` property.\n\nFor example:\n\n```groovy\ncheckerFramework {\n  checkers = [\n    'org.checkerframework.checker.units.UnitsChecker',\n    'org.checkerframework.checker.nullness.NullnessChecker'\n  ]\n}\n```\n\nBy default, only the `NullnessChecker` is enabled.\n\nYou can find out what checkers are available in the [Checker Framework Manual](https://checkerframework.org/manual/#introduction).\n\n## License\n\n    Copyright (C) 2017 Jared Burrows\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Fgradle-checker-framework-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredsburrows%2Fgradle-checker-framework-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredsburrows%2Fgradle-checker-framework-plugin/lists"}