Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JetBrains/intellij-platform-gradle-plugin
Gradle plugin for building plugins for IntelliJ-based IDEs
https://github.com/JetBrains/intellij-platform-gradle-plugin
gradle gradle-intellij-plugin intellij intellij-ides intellij-platform intellij-plugin intellij-sdk jetbrains-plugin plugin-verifier
Last synced: 3 months ago
JSON representation
Gradle plugin for building plugins for IntelliJ-based IDEs
- Host: GitHub
- URL: https://github.com/JetBrains/intellij-platform-gradle-plugin
- Owner: JetBrains
- License: apache-2.0
- Created: 2015-04-14T13:18:35.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T15:19:32.000Z (3 months ago)
- Last Synced: 2024-10-29T17:25:59.621Z (3 months ago)
- Topics: gradle, gradle-intellij-plugin, intellij, intellij-ides, intellij-platform, intellij-plugin, intellij-sdk, jetbrains-plugin, plugin-verifier
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/docs/intellij/gradle-prerequisites.html
- Size: 11.9 MB
- Stars: 1,430
- Watchers: 76
- Forks: 271
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![official JetBrains project](https://jb.gg/badges/official.svg)][jb:github]
[![Gradle Plugin Portal][gradle-plugin-badge]][gradle-plugin-page]
[![Build Status](https://github.com/JetBrains/intellij-platform-gradle-plugin/workflows/Build/badge.svg)][gh:build]
[![TeamCity Build Status](https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:OpenSourceProjects_GradleIntellijPlugin_UnitTests),branch:%3Cdefault%3E/statusIcon)][tc:build]
[![X Follow](https://img.shields.io/badge/follow-%40JBPlatform-1DA1F2?logo=x)][jb:x]
[![Slack](https://img.shields.io/badge/Slack-%23intellij--platform--gradle--plugin-blue?style=flat-square&logo=Slack)][jb:slack]![IntelliJ Platform Gradle Plugin](.github/readme/intellij-platform-gradle-plugin-dark.svg#gh-dark-mode-only)
![IntelliJ Platform Gradle Plugin](.github/readme/intellij-platform-gradle-plugin-light.svg#gh-light-mode-only)The IntelliJ Platform Gradle Plugin is a plugin for the Gradle build system to help configure your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.
## Documentation
The documentation of the IntelliJ Platform Gradle Plugin has moved to the IntelliJ Platform Plugin SDK Documentation:
https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html### Installation
To install the IntelliJ Platform Gradle Plugin in your project, follow the [Usage](https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html#usage) section of the plugin documentation.
There's also a [Snapshot Release](https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html#snapshot-release) available built nightly from the main branch containing the always-latest version of the plugin.## Changelog
All releases are available in the [Releases](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases) section.
The latest available version is:[![Gradle Plugin Portal][gradle-plugin-badge]][gradle-plugin-page]
## Contributing
Please see [CONTRIBUTING](./CONTRIBUTING.md) on how to submit feedback and contribute to this project.## License
Licensed under the Apache License, Version 2.0 (the "License"), see [LICENCE](./LICENSE).[gh:build]: https://github.com/JetBrains/intellij-platform-gradle-plugin/actions/workflows/build.yml
[jb:github]: https://github.com/JetBrains#jetbrains-open-source
[jb:slack]: https://plugins.jetbrains.com/slack
[jb:x]: https://twitter.com/JBPlatform
[tc:build]: https://teamcity.jetbrains.com/project/OpenSourceProjects_GradleIntellijPlugin?mode=builds
[gradle-plugin-badge]: https://img.shields.io/gradle-plugin-portal/v/org.jetbrains.intellij.platform?color=green&label=Gradle%20Plugin%20Portal&logo=gradle
[gradle-plugin-page]: https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform