{"id":19561902,"url":"https://github.com/beansoft/intellij-platform-plugin-template-proguard","last_synced_at":"2025-04-27T00:31:24.217Z","repository":{"id":96066475,"uuid":"397826793","full_name":"beansoft/intellij-platform-plugin-template-proguard","owner":"beansoft","description":"IntelliJ Platform Plugin Template with Proguard config","archived":false,"fork":false,"pushed_at":"2023-10-26T00:38:01.000Z","size":82,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T18:47:15.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/beansoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-08-19T05:25:57.000Z","updated_at":"2025-03-21T02:27:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"69c8edce-d9d6-4b4d-84b3-c7975353b91c","html_url":"https://github.com/beansoft/intellij-platform-plugin-template-proguard","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beansoft%2Fintellij-platform-plugin-template-proguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beansoft%2Fintellij-platform-plugin-template-proguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beansoft%2Fintellij-platform-plugin-template-proguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beansoft%2Fintellij-platform-plugin-template-proguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beansoft","download_url":"https://codeload.github.com/beansoft/intellij-platform-plugin-template-proguard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251072279,"owners_count":21532004,"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-11T05:12:53.924Z","updated_at":"2025-04-27T00:31:23.815Z","avatar_url":"https://github.com/beansoft.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IntelliJ Platform Plugin Template with Proguard config\n\n\u003e **TIP**: Don't use JBR jdk to run this script, otherwise the proguard will failed, still working on how to fix this;\n\u003e Also please using gradle-6.9, 7.0 won't work so far.\n\nPlease edit `gradle.properties` for project to work:\n\n```properties\n# Your local IDEA installation path\nlocalIdeaPath=C:/Java/ideaIC-2021.2.win\n# Skip proguad when build or run, useful for debug\nskipProguard = false\n```\n\nSome config options taken from https://stackoverflow.com/questions/63424774/proguard-issue-in-intellij-plugin-development.\n\n[![official JetBrains project](https://jb.gg/badges/official.svg)][jb:confluence-on-gh]\n[![Twitter Follow](https://img.shields.io/twitter/follow/JBPlatform?style=flat)][jb:twitter]\n[![Build](https://github.com/JetBrains/intellij-platform-plugin-template/workflows/Build/badge.svg)][gh:build]\n[![Slack](https://img.shields.io/badge/Slack-%23intellij--platform--plugin--template-blue)][jb:slack]\n\n\u003e **TL;DR:** Click the \u003ckbd\u003eUse this template\u003c/kbd\u003e button and clone it in IntelliJ IDEA.\n\n\u003c!-- Plugin description --\u003e\n\n**IntelliJ Platform Plugin Template** is a repository that provides a pure boilerplate template to make it easier to create a new plugin project (check the [Creating a repository from a template][gh:template] article).\n\nThe main goal of this template is to speed up the setup phase of plugin development for both new and experienced developers by preconfiguring the project scaffold and CI, linking to the proper documentation pages, and keeping everything organized.\n\n[gh:template]: https://help.github.com/en/enterprise/2.20/user/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template\n\u003c!-- Plugin description end --\u003e\n\nIf you're still not quite sure what this is all about, read our introduction: [What is the IntelliJ Platform?][docs:intro]\n\n\u003e **TIP**: Click the \u003ckbd\u003eWatch\u003c/kbd\u003e button on the top to be notified about releases containing new features and fixes.\n\n### Table of contents\n\nIn this README, we will highlight the following elements of template-project creation:\n\n- [Getting started](#getting-started)\n- [Gradle configuration](#gradle-configuration)\n- [Plugin template structure](#plugin-template-structure)\n  - [Dependency on the Kotlin standard library](#dependency-on-the-kotlin-standard-library)\n- [Plugin configuration file](#plugin-configuration-file)\n- [Sample code](#sample-code):\n  - listeners – project and dynamic plugin lifecycle\n  - services – project-related and application-related services\n  - actions – basic action with shortcut binding\n- [Predefined Run/Debug configurations](#predefined-rundebug-configurations)\n- [Continuous integration](#continuous-integration) based on GitHub Actions\n  - [Dependencies management](#dependencies-management) with dependabot\n  - [Changelog maintenance](#changelog-maintenance) with the Gradle Changelog Plugin\n  - [Release flow](#release-flow) using GitHub Releases\n  - [Publishing the plugin](#publishing-the-plugin) with the Gradle IntelliJ Plugin\n- [FAQ](#faq)\n- [Useful links](#useful-links)\n\n## Getting started\n\nBefore we dive into plugin development and everything related to it, it's worth mentioning the benefits of using GitHub Templates. By creating a new project using the current template, you start with no history and no reference to this repository. This allows you to create a new repository easily without having to copy and paste previous content, clone repositories, or clear the history manually.\n\nAll you have to do is click the \u003ckbd\u003eUse this template\u003c/kbd\u003e button.\n\n![Use this template][file:use-this-template.png]\n\nAfter using the template to create your blank project, the [Template Cleanup][file:template_cleanup.yml] workflow will be triggered to override or remove any template-specific configurations, such as the plugin name, current changelog, etc. Once this is complete, the project is ready to be cloned to your local environment and opened with [IntelliJ IDEA][jb:download-ij].\n\nFor the last step, you have to manually review the configuration variables described in the [gradle.properties][file:gradle.properties] file and *optionally* move sources from the *com.github.username.repository* package to the one that works best for you. Then you can get to work implementing your ideas.\n\n\u003e **TIP:** To use Java in your plugin, create the `/src/main/java` directory.\n\n## Gradle configuration\n\nThe recommended method for plugin development involves using the [Gradle] setup with the [gradle-intellij-plugin][gh:gradle-intellij-plugin] installed. The gradle-intellij-plugin makes it possible to run the IDE with your plugin and publish your plugin to the Marketplace Repository.\n\nA project built using the IntelliJ Platform Plugin Template includes a Gradle configuration that's already been set up. Feel free to read through the [Using Gradle][docs:using-gradle] articles to better understand your build and learn how to customize it.\n\nThe most significant parts of the current configuration are:\n\n- Configuration written with [Gradle Kotlin DSL][gradle-kotlin-dsl].\n- Support for Kotlin and Java implementation.\n- Integration with the [gradle-changelog-plugin][gh:gradle-changelog-plugin], which automatically patches the change notes and description based on the `CHANGELOG.md` and `README.md` files.\n- Integration with the [gradle-intellij-plugin][gh:gradle-intellij-plugin] for smoother development.\n- Code linting with [detekt].\n- [Plugin publishing][docs:publishing] using the token.\n\nThe project-specific configuration file [gradle.properties][file:gradle.properties] contains:\n\n\n| Property name             | Description                                                                                               |\n| --------------------------- | ----------------------------------------------------------------------------------------------------------- |\n| `pluginGroup`             | Package name - after*using* the template, this will be set to `com.github.username.repo`.                 |\n| `pluginName`              | Plugin name displayed in the Marketplace and the Plugins Repository.                                      |\n| `pluginVersion`           | The current version of the plugin.                                                                        |\n| `pluginSinceBuild`        | The`since-build` attribute of the \u003cidea-version\u003e tag.                                                     |\n| `pluginUntilBuild`        | The`until-build` attribute of the \u003cidea-version\u003e tag.                                                     |\n| `platformType`            | The type of IDE distribution.                                                                             |\n| `platformVersion`         | The version of the IntelliJ Platform IDE that will be used to build the plugin.                           |\n| `platformDownloadSources` | IDE sources downloaded while initializing the Gradle build.                                               |\n| `platformPlugins`         | Comma-separated list of dependencies to the bundled IDE plugins and plugins from the Plugin Repositories. |\n\nThe properties listed define the plugin itself or configure the [gradle-intellij-plugin][gh:gradle-intellij-plugin] – check its documentation for more details.\n\nFor more details regarding Kotlin integration, please see: [Kotlin for Plugin Developers][kotlin-for-plugin-developers] section in the IntelliJ Platform Plugin SDK documentation.\n\n## Plugin template structure\n\nA generated IntelliJ Platform Plugin Template repository contains the following content structure:\n\n```\n.\n├── .run                    Predefined Run/Debug Configurations\n├── CHANGELOG.md            Full change history.\n├── LICENSE                 License, MIT by default\n├── README.md               README\n├── build/                  Output build directory\n├── build.gradle.kts        Gradle configuration\n├── detekt-config.yml       Detekt configuration\n├── gradle\n│   └── wrapper/            Gradle Wrapper\n├── gradle.properties       Gradle configuration properties\n├── gradlew                 *nix Gradle Wrapper binary\n├── gradlew.bat             Windows Gradle Wrapper binary\n└── src                     Plugin sources\n    └── main\n        ├── kotlin/         Kotlin source files\n        └── resources/      Resources - plugin.xml, icons, messages\n```\n\nIn addition to the configuration files, the most crucial part is the `src` directory, which contains our implementation and the manifest for our plugin – [plugin.xml][file:plugin.xml].\n\n\u003e **TIP:** To use Java in your plugin, create the `/src/main/java` directory.\n\n## Plugin configuration file\n\nThe plugin configuration file is a [plugin.xml][file:plugin.xml] file located in the `src/main/resources/META-INF` directory. It provides general information about the plugin, its dependencies, extensions, and listeners.\n\n```xml\n\u003cidea-plugin\u003e\n    \u003cid\u003eorg.jetbrains.plugins.template\u003c/id\u003e\n    \u003cname\u003eTemplate\u003c/name\u003e\n    \u003cvendor\u003eJetBrains\u003c/vendor\u003e\n    \u003cdepends\u003ecom.intellij.modules.platform\u003c/depends\u003e\n\n    \u003cextensions defaultExtensionNs=\"com.intellij\"\u003e\n        \u003capplicationService serviceImplementation=\"...\"/\u003e\n        \u003cprojectService serviceImplementation=\"...\"/\u003e\n    \u003c/extensions\u003e\n\n    \u003cprojectListeners\u003e\n        \u003clistener class=\"...\" topic=\"...\"/\u003e\n    \u003c/projectListeners\u003e\n\u003c/idea-plugin\u003e\n```\n\nYou can read more about this file in the [Plugin Configuration File][docs:plugin.xml] section of our documentation.\n\n## Sample code\n\nThe prepared template provides as little code as possible because it is impossible for a general scaffold to fulfill all the specific requirements for all types of plugins (language support, build tools, VCS related tools). The template contains only the following files:\n\n```\n.\n├── MyBundle.kt                         Bundle class providing access to the resources messages\n├── listeners\n│   └── MyProjectManagerListener.kt     Project Manager listener - handles project lifecycle\n└── services\n    ├── MyApplicationService.kt         Application-level service available for all projects\n    └── MyProjectService.kt             Project level service\n```\n\nThese files are located in `src/main/kotlin`. This location indicates the language being used. So if you decide to use Java instead, sources should be located in the `src/main/java` directory.\n\nTo start with the actual implementation, you may check our [IntelliJ Platform SDK DevGuide][docs], which contains an introduction to the essential areas of the plugin development together with dedicated tutorials.\n\nFor those, who value example codes the most, there are also available [IntelliJ SDK Code Samples][gh:code-samples] and [IntelliJ Platform Explorer][jb:ipe] – a search tool for browsing Extension Points inside existing implementations of open-source IntelliJ Platform plugins.\n\n## Predefined Run/Debug configurations\n\nWithin the default project structure, there is a `.run` directory provided containing three predefined *Run/Debug configurations* that expose corresponding Gradle tasks:\n\n![Run/Debug configurations][file:run-debug-configurations.png]\n\n\n| Configuration name | Description                                                                                                                                                           |\n| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Run Plugin          | Runs[`:runIde`][gh:gradle-intellij-plugin-running-dsl] Gradle IntelliJ Plugin task. Use the *Debug* icon for plugin debugging.                                        |\n| Run Tests           | Runs[`:check`][gradle-lifecycle-tasks] Gradle task that invokes `:test` and `detekt`/`ktlint` code inspections.                                                       |\n| Run Verifications  | Runs[`:runPluginVerifier`][gh:gradle-intellij-plugin-verifier-dsl] Gradle IntelliJ Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. |\n\n\u003e **TIP:** You can find the logs from the running task in the `idea.log` tab.\n\u003e\n\u003e ![Run/Debug configuration logs][file:run-logs.png]\n\n## Continuous integration\n\nContinuous integration depends on [GitHub Actions][gh:actions], a set of workflows that make it possible to automate your testing and release process. Thanks to such automation, you can delegate the testing and verification phases to the CI and instead focus on development (and writing more tests).\n\nIn the `.github/workflows` directory, you can find definitions for the following GitHub Actions workflows:\n\n- [Build](.github/workflows/build.yml)\n  - Triggered on `push` and `pull_request` events.\n  - Runs the *Gradle Wrapper Validation Action* to verify the wrapper's checksum.\n  - Runs the `verifyPlugin` and `test` Gradle tasks.\n  - Builds the plugin with the `buildPlugin` Gradle task and provides the artifact for the next jobs in the workflow.\n  - Verifies the plugin using the *IntelliJ Plugin Verifier* tool.\n  - Prepares a draft release of the GitHub Releases page for manual verification.\n- [Release](.github/workflows/release.yml)\n  - Triggered on `released` event.\n  - Publishes the plugin to the Marketplace using the provided `PUBLISH_TOKEN`.\n  - Sets publish channel depending on the plugin version, i.e. `1.0.0-beta` -\u003e `beta` channel.\n  - Patches the Changelog and commits.\n- [Template Cleanup](.github/workflows/template-cleanup.yml)\n  - Triggered once on the `push` event when a new template-based repository has been created.\n  - Overrides the scaffold with files from the `.github/template-cleanup` directory.\n  - Overrides JetBrains-specific sentences or package names with ones specific to the target repository.\n  - Removes redundant files.\n\nAll the workflow files have accurate documentation, so it's a good idea to take a look through their sources.\n\n### Dependencies management\n\nThis Template project depends on Gradle plugins and external libraries – and during the development, you will add more of them.\n\nKeeping the project in good shape and having all the dependencies up-to-date requires time and effort, but it is possible to automate that process using [dependabot][gh:dependabot].\n\nDependabot is a bot provided by GitHub for checking the build configuration files and reviewing any outdated or insecure dependencies of yours – in case if any update is available, it creates a new pull request providing [the proper change][gh:dependabot-pr].\n\n\u003e **Note:** Dependabot doesn't yet support checking of the Gradle Wrapper. Check the [Gradle Releases][gradle-releases] page and update it with:\n\u003e\n\u003e ```bash\n\u003e ./gradlew wrapper --gradle-version 6.8\n\u003e ```\n\n### Changelog maintenance\n\nWhen releasing an update, it is important to let your users know what the new version offers. The best way to do this is to provide release notes.\n\nThe changelog is a curated list that contains information about any new features, fixes, and deprecations. When they are provided, these lists are available in a few different places: the [CHANGELOG.md](./CHANGELOG.md) file, the [Releases page][gh:releases], the *What's new* section of the Marketplace Plugin page, and inside of the Plugin Manager's item details.\n\nThere are many methods for handling the project's changelog. The one used in the current template project is the [Keep a Changelog][keep-a-changelog] approach.\n\n### Release flow\n\nThe release process depends on the workflows already described above. When your main branch receives a new pull request or a regular push, the [Build](.github/workflows/build.yml) workflow runs multiple tests on your plugin and prepares a draft release.\n\n![Release draft][file:draft-release.png]\n\nThe draft release is a working copy of a release, which you can review before publishing. It includes a predefined title and git tag, which is the current version of the plugin, for example, `v0.0.1`. The changelog is provided automatically using the [gradle-changelog-plugin][gh:gradle-changelog-plugin]. An artifact file is also built with the plugin attached. Every new Build overrides the previous draft to keep your *Releases* page clean.\n\nWhen you edit the draft and use the \u003ckbd\u003ePublish release\u003c/kbd\u003e button, GitHub will tag your repository with the given version and add a new entry to the Releases tab. Next, it will notify users that are *watching* the repository, and it will trigger the final [Release](.github/workflows/release.yml) workflow.\n\n### Publishing the plugin\n\nReleasing a plugin to the Marketplace is a straightforward operation that uses the `publishPlugin` Gradle task provided by the [gradle-intellij-plugin][gh:gradle-intellij-plugin]. The [Release](.github/workflows/release.yml) workflow automates this process by running the task when a new release appears in the GitHub Releases section.\n\n\u003e **TIP**: Set a suffix to the plugin version to publish it in the custom repository channel, i.e. `v1.0.0-beta` will push your plugin to the `beta` [release channel][docs:release-channel].\n\nThe authorization process relies on the `PUBLISH_TOKEN` secret environment variable, which has to be acquired through the Secrets section of the repository Settings.\n\n![Settings \u003e Secrets][file:settings-secrets.png]\n\nYou can get that token in the [My Tokens][jb:my-tokens] tab within your Marketplace profile dashboard.\n\n\u003e **Important:**\n\u003e Before using the automated deployment process, it is necessary to manually create a new plugin in the Marketplace to specify options like the license, repository URL, etc.\n\u003e Please follow the [Publishing a Plugin][docs:publishing] instructions.\n\n## FAQ\n\n### How to use Java in my project?\n\nJava language is supported by default along with Kotlin.\nInitially, there's `/src/main/kotlin` directory available with some minimal examples.\nYou can still replace it or add next to it the `/src/main/java` to start working with Java language instead.\n\n### How to disable tests or build job using the `[skip ci]` commit message?\n\nSince the February 2021, GitHub Actions [support the skip CI feature][github-actions-skip-ci].\nIf the message contains one of the following strings: `[skip ci]`, `[ci skip]`, `[no ci]`, `[skip actions]`, or `[actions skip]` – workflows will not be triggered.\n\n## Useful links\n\n- [IntelliJ Platform SDK DevGuide][docs]\n- [IntelliJ Platform Explorer][jb:ipe]\n- [Marketplace Quality Guidelines][jb:quality-guidelines]\n- [IntelliJ Platform UI Guidelines][jb:ui-guidelines]\n- [Marketplace Paid Plugins][jb:paid-plugins]\n- [Kotlin UI DSL][docs:kotlin-ui-dsl]\n- [IntelliJ SDK Code Samples][gh:code-samples]\n- [JetBrains Platform Slack][jb:slack]\n- [JetBrains Platform Twitter][jb:twitter]\n- [IntelliJ IDEA Open API and Plugin Development Forum][jb:forum]\n- [Keep a Changelog][keep-a-changelog]\n- [GitHub Actions][gh:actions]\n\n[docs]: https://plugins.jetbrains.com/docs/intellij?from=IJPluginTemplate\n[docs:intro]: https://plugins.jetbrains.com/docs/intellij/intellij-platform.html?from=IJPluginTemplate\n[docs:kotlin-ui-dsl]: https://plugins.jetbrains.com/docs/intellij/kotlin-ui-dsl.html?from=IJPluginTemplate\n[docs:plugin.xml]: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html?from=IJPluginTemplate\n[docs:publishing]: https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate\n[docs:release-channel]: https://plugins.jetbrains.com/docs/intellij/deployment.html?from=IJPluginTemplate#specifying-a-release-channel\n[docs:using-gradle]: https://plugins.jetbrains.com/docs/intellij/gradle-build-system.html?from=IJPluginTemplate\n[file:use-this-template.png]: .github/readme/use-this-template.png\n[file:draft-release.png]: .github/readme/draft-release.png\n[file:gradle.properties]: ./gradle.properties\n[file:run-logs.png]: .github/readme/run-logs.png\n[file:plugin.xml]: ./src/main/resources/META-INF/plugin.xml\n[file:run-debug-configurations.png]: .github/readme/run-debug-configurations.png\n[file:settings-secrets.png]: .github/readme/settings-secrets.png\n[file:template_cleanup.yml]: ./.github/workflows/template-cleanup.yml\n[gh:actions]: https://help.github.com/en/actions\n[gh:dependabot]: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-dependencies-updated-automatically\n[gh:code-samples]: https://github.com/JetBrains/intellij-sdk-code-samples\n[gh:gradle-changelog-plugin]: https://github.com/JetBrains/gradle-changelog-plugin\n[gh:gradle-intellij-plugin]: https://github.com/JetBrains/gradle-intellij-plugin\n[gh:gradle-intellij-plugin-running-dsl]: https://github.com/JetBrains/gradle-intellij-plugin#running-dsl\n[gh:gradle-intellij-plugin-verifier-dsl]: https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl\n[gh:releases]: https://github.com/JetBrains/intellij-platform-plugin-template/releases\n[gh:build]: https://github.com/JetBrains/intellij-platform-plugin-template/actions?query=workflow%3ABuild\n[gh:dependabot-pr]: https://github.com/JetBrains/intellij-platform-plugin-template/pull/73\n[jb:confluence-on-gh]: https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub\n[jb:download-ij]: https://www.jetbrains.com/idea/download\n[jb:forum]: https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development\n[jb:ipe]: https://plugins.jetbrains.com/intellij-platform-explorer\n[jb:my-tokens]: https://plugins.jetbrains.com/author/me/tokens\n[jb:paid-plugins]: https://plugins.jetbrains.com/docs/marketplace/paid-plugins-marketplace.html\n[jb:quality-guidelines]: https://plugins.jetbrains.com/docs/marketplace/quality-guidelines.html\n[jb:slack]: https://plugins.jetbrains.com/slack\n[jb:twitter]: https://twitter.com/JBPlatform\n[jb:ui-guidelines]: https://jetbrains.github.io/ui\n[keep-a-changelog]: https://keepachangelog.com\n[detekt]: https://detekt.github.io/detekt\n[github-actions-skip-ci]: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/\n[gradle]: https://gradle.org\n[gradle-releases]: https://gradle.org/releases\n[gradle-kotlin-dsl]: https://docs.gradle.org/current/userguide/kotlin_dsl.html\n[gradle-lifecycle-tasks]: https://docs.gradle.org/current/userguide/java_plugin.html#lifecycle_tasks\n[kotlin-for-plugin-developers]: https://plugins.jetbrains.com/docs/intellij/kotlin.html#adding-kotlin-support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeansoft%2Fintellij-platform-plugin-template-proguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeansoft%2Fintellij-platform-plugin-template-proguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeansoft%2Fintellij-platform-plugin-template-proguard/lists"}