{"id":15976891,"url":"https://github.com/firsttimeinforever/gradle-run-gutter-icons","last_synced_at":"2025-05-07T06:24:40.115Z","repository":{"id":39874669,"uuid":"348063616","full_name":"FirstTimeInForever/gradle-run-gutter-icons","owner":"FirstTimeInForever","description":"This plugin adds run gutter icons for the build.gradle.kts tasks declarations.","archived":false,"fork":false,"pushed_at":"2023-07-17T15:46:32.000Z","size":658,"stargazers_count":7,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T07:11:18.808Z","etag":null,"topics":["gradle","intellij","intellij-plugin","kotlin","plugin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/FirstTimeInForever.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":"2021-03-15T17:30:52.000Z","updated_at":"2025-01-25T05:11:11.000Z","dependencies_parsed_at":"2025-03-10T21:40:56.905Z","dependency_job_id":null,"html_url":"https://github.com/FirstTimeInForever/gradle-run-gutter-icons","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirstTimeInForever%2Fgradle-run-gutter-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirstTimeInForever%2Fgradle-run-gutter-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirstTimeInForever%2Fgradle-run-gutter-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirstTimeInForever%2Fgradle-run-gutter-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FirstTimeInForever","download_url":"https://codeload.github.com/FirstTimeInForever/gradle-run-gutter-icons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252825684,"owners_count":21809975,"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","kotlin","plugin"],"created_at":"2024-10-07T22:41:30.942Z","updated_at":"2025-05-07T06:24:40.098Z","avatar_url":"https://github.com/FirstTimeInForever.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  ![](src/main/resources/META-INF/pluginIcon_dark.svg) Gradle Run Gutter Icons\n\n![Build](https://github.com/FirstTimeInForever/gradle-run-gutter-icon/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/16443-gradle-run-gutter-icons.svg)](https://plugins.jetbrains.com/plugin/16443-gradle-run-gutter-icons)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/16443-gradle-run-gutter-icons.svg)](https://plugins.jetbrains.com/plugin/16443-gradle-run-gutter-icons)\n\n\u003c!-- Plugin description --\u003e\nThis simple plugin adds run gutter icons for the `build.gradle.kts` tasks declarations. Then clicked, it executes declared gradle task just like `Execute Gradle Task` action.\n\nCurrently, it only supports these types of task declaration:\n* `tasks.register(\u003ctaskName\u003e)`\n* `tasks.create(\u003ctaskName\u003e)`\n* `val task = tasks.register(\u003ctaskName\u003e)`\n* `val task = tasks.create(\u003ctaskName\u003e)`\n* `val task by tasks.registering(\u003ctaskName\u003e)`\n* `val task by tasks.creating(\u003ctaskName\u003e)`\n\n[\u003cimg width=\"400\" src=\"https://raw.githubusercontent.com/FirstTimeInForever/gradle-run-gutter-icons/c260b52a0f3d1117c0b80bfc76cb555fcc113158/images/plugin-screenshot.png\" alt=\"Plugin Screenshot\"/\u003e](https://raw.githubusercontent.com/FirstTimeInForever/gradle-run-gutter-icons/c260b52a0f3d1117c0b80bfc76cb555fcc113158/images/plugin-screenshot.png)\n\u003c!-- Plugin description end --\u003e\n\n## Installation\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 \"Gradle Run Gutter Icons\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n\n* Manually:\n\n  Download the [latest release](https://github.com/FirstTimeInForever/gradle-run-gutter-icons/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\nGradle Run Gutter Icons plugin is based on the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirsttimeinforever%2Fgradle-run-gutter-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirsttimeinforever%2Fgradle-run-gutter-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirsttimeinforever%2Fgradle-run-gutter-icons/lists"}