Intelli JPlatform Dependencies Extension
Extension class for managing IntelliJ Platform dependencies in a Gradle build script applied to the DependencyHandler.
This class provides methods for adding dependencies to different IntelliJ Platform products and managing local dependencies. It also includes methods for adding JetBrains Runtime, IntelliJ Platform plugins, IntelliJ Platform bundled plugins, IntelliJ Plugin Verifier, and Marketplace ZIP Signer.
Parameters
IntelliJ Platform dependencies helper instance
Constructors
Functions
Adds a dependency on Android Studio.
Adds a dependency on a Jar bundled within the current IntelliJ Platform.
Adds a dependency on a bundled IntelliJ Platform module.
Adds dependencies on bundled IntelliJ Platform modules.
Adds a dependency on a bundled IntelliJ Platform plugin.
Adds dependencies on bundled IntelliJ Platform plugins.
Adds a dependency on CLion.
Adds a dependency on a plugin in a version compatible with the current IntelliJ Platform.
Adds a dependency on plugins in versions compatible with the current IntelliJ Platform.
Creates and configures an instance of IntelliJPlatformDependencyConfiguration and adds an IntelliJ Platform dependency based on the provided configuration.
Adds a dependency on the IntelliJ Platform.
Adds a dependency on DataGrip.
Adds a dependency on DataSpell.
Adds a dependency on Fleet Backend.
Adds a dependency on Gateway.
Adds a dependency on GoLand.
Adds a Grammar Kit dependency to generate lexer code.
Adds a dependency on IntelliJ IDEA Community.
Adds a dependency on IntelliJ IDEA Community.
Adds a dependency on IntelliJ IDEA Ultimate.
Adds a Java Compiler dependency for code instrumentation.
Adds a dependency on JetBrains Runtime. The version is calculated using the current IntelliJ Platform.
Adds a local dependency on JetBrains Runtime.
Adds a dependency on JetBrains Runtime.
Adds a dependency on JetBrains Runtime local instance.
Adds a dependency on a local IntelliJ Platform plugin.
Adds a dependency on MPS.
Adds a dependency on PhpStorm.
Adds a dependency on the test-framework library or its variant, required for testing plugins.
Adds dependency on a module to be merged into the main plugin Jar archive by ComposedJarTask.
A base method for adding a project dependency on a module to be moved into lib/modules by PrepareSandboxTask.
Adds a dependency on IntelliJ Plugin Verifier.
Adds a dependency on PyCharm.
Adds a dependency on PyCharm Community.
Adds a dependency on PyCharm Professional.
Adds a dependency on Rider.
Adds a dependency on RubyMine.
Adds a dependency on Rust Rover.
Adds a test dependency on a bundled IntelliJ Platform module.
Adds test dependencies on bundled IntelliJ Platform modules.
Adds a test dependency on a bundled IntelliJ Platform plugin.
Adds test dependencies on bundled IntelliJ Platform plugins.
test Adds dependencies on bundled IntelliJ Platform plugins.
Adds a dependency on the test-framework library or its variant, required for testing plugins.
Adds a dependency on the test-framework library required for testing plugins.
Adds a test dependency on a local IntelliJ Platform plugin.
Adds a dependency on the test-framework library or its variant, required for testing plugins.
Adds a test dependency on a plugin for IntelliJ Platform using a string notation, in the following formats:
Adds a test dependency on a plugin for IntelliJ Platform.
Adds test dependencies on a plugin for IntelliJ Platform using a string notation, in the following formats:
Adds a dependency on WebStorm.