Intelli JPlatform Plugins Extension
abstract class IntelliJPlatformPluginsExtension @Inject constructor(configurations: ConfigurationContainer, dependencies: DependencyHandler, layout: ProjectLayout, objects: ObjectFactory, providers: ProviderFactory, resources: ResourceHandler, rootProjectDirectory: Path) : ExtensionAware
Parameters
configurations
The Gradle ConfigurationContainer to manage configurations.
dependencies
The Gradle DependencyHandler to manage dependencies.
providers
The Gradle ProviderFactory to create providers.
root Project Directory
The root project directory location.
Constructors
Link copied to clipboard
@Inject
Functions
Link copied to clipboard
Disables plugin with a specific id.
Link copied to clipboard
Disables plugins with a specific ids.
Link copied to clipboard
Link copied to clipboard
Adds dependency on a local IntelliJ Platform plugin.
Link copied to clipboard
Adds a dependency on a plugin for IntelliJ Platform using a string notation, in the following formats:
Adds a dependency on a plugin for IntelliJ Platform.
Link copied to clipboard