platformPath

fun FileCollection.platformPath(requestedPlatform: RequestedIntelliJPlatform? = null): Path

Retrieves the Path of the IntelliJ Platform with Configurations.INTELLIJ_PLATFORM_DEPENDENCY configuration.

Receiver

The Configuration to retrieve the product information from.

Return

The Path of the IntelliJ Platform

Parameters

requestedPlatform

The requested platform name.

Throws

GradleException