README.md
August 25, 2025 ยท View on GitHub
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 section of the plugin documentation. There's also a Snapshot Release available built nightly from the main branch containing the always-latest version of the plugin.
Latest Release
The latest available version is:
Snapshot Releases
To use snapshot releases, in settings.gradle.kts enable the Maven Snapshots repository:
pluginManagement {
repositories {
maven("https://central.sonatype.com/repository/maven-snapshots/")
gradlePluginPortal()
}
}
The latest snapshot version is:
Changelog
All releases are available in the Releases section.
Contributing
Please see CONTRIBUTING on how to submit feedback and contribute to this project.
License
Licensed under the Apache License, Version 2.0 (the "License"), see LICENCE.