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.
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
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.
The latest available version is:
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:
All releases are available in the Releases section.
Please see CONTRIBUTING on how to submit feedback and contribute to this project.
Licensed under the Apache License, Version 2.0 (the "License"), see LICENCE.