{"id":15641978,"url":"https://github.com/ragurney/spotless-intellij-gradle","last_synced_at":"2025-04-12T16:44:01.994Z","repository":{"id":40362350,"uuid":"442556208","full_name":"ragurney/spotless-intellij-gradle","owner":"ragurney","description":"An IntelliJ plugin to allow running the Spotless gradle task from within the IDE.","archived":false,"fork":false,"pushed_at":"2024-06-02T10:27:03.000Z","size":1441,"stargazers_count":39,"open_issues_count":7,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T11:11:09.359Z","etag":null,"topics":["gradle","intellij","intellij-plugin","plugin","spotless","spotless-gradle"],"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/ragurney.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2021-12-28T18:53:44.000Z","updated_at":"2025-01-03T06:58:08.000Z","dependencies_parsed_at":"2024-10-23T05:48:02.308Z","dependency_job_id":null,"html_url":"https://github.com/ragurney/spotless-intellij-gradle","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragurney%2Fspotless-intellij-gradle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragurney%2Fspotless-intellij-gradle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragurney%2Fspotless-intellij-gradle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragurney%2Fspotless-intellij-gradle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragurney","download_url":"https://codeload.github.com/ragurney/spotless-intellij-gradle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248599936,"owners_count":21131392,"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":["gradle","intellij","intellij-plugin","plugin","spotless","spotless-gradle"],"created_at":"2024-10-03T11:53:13.860Z","updated_at":"2025-04-12T16:44:01.964Z","avatar_url":"https://github.com/ragurney.png","language":"Java","funding_links":[],"categories":["gradle"],"sub_categories":[],"readme":"# Spotless Intellij Gradle\n\n![Build](https://github.com/ragurney/spotless/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/18321.svg)](https://plugins.jetbrains.com/plugin/18321)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/18321.svg)](https://plugins.jetbrains.com/plugin/18321)\n\n\u003c!-- Plugin description --\u003e\nAn IntelliJ plugin to allow running the [spotless](https://github.com/diffplug/spotless) gradle task\nfrom within the IDE on the current file selected in the editor. \n\nYou may find the spotless action via \u003ckbd\u003eCode\u003c/kbd\u003e \u003e \u003ckbd\u003eReformat Code with Spotless\u003c/kbd\u003e.\n\n![spotlessdemo](https://user-images.githubusercontent.com/15261525/147841908-d5cc3bda-56c8-4cbd-ba29-13ebe29f6a1d.gif)\n\nReport bugs or contribute enhancements on GitHub [(ragurney/spotless-intellij-gradle)](https://github.com/ragurney/spotless-intellij-gradle)\n\u003c!-- Plugin description end --\u003e\n\n## Features\n* `spotlessApply` can be run on the current file via \u003ckbd\u003eCode\u003c/kbd\u003e \u003e \u003ckbd\u003eReformat Code with Spotless\u003c/kbd\u003e.\n  You may also assign a keyboard shortcut to this action for convenience.\n\n## Installation\n\u003e**NOTE:** Before using this extension, ensure you've [configured Spotless](https://github.com/diffplug/spotless/tree/master/plugin-gradle)\ncorrectly in your Gradle build file. (Run ./gradlew spotlessDiagnose to prepare \u0026 validate Spotless.)\n\n### Using IDE built-in plugin system:\n\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"Spotless Gradle\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n\n### Manually:\n\n  Download the [latest release](https://github.com/ragurney/spotless/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n## How it Works\nThis plugin runs the `spotlessApply` Gradle task on the current file using the [Spotless IDE hook](https://github.com/diffplug/spotless/blob/main/plugin-gradle/IDE_HOOK.md). \n## Contributing\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Release Notes\nSee [CHANGELOG.md](CHANGELOG.md)\n\n## License\nSee [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragurney%2Fspotless-intellij-gradle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragurney%2Fspotless-intellij-gradle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragurney%2Fspotless-intellij-gradle/lists"}