Requested Intelli JPlatforms Service
abstract class RequestedIntelliJPlatformsService @Inject constructor(objectFactory: ObjectFactory, providerFactory: ProviderFactory) : BuildService<RequestedIntelliJPlatformsService.Parameters>
Constructors
Functions
Link copied to clipboard
Retrieves the value associated with the given configuration name. Throws an error if the configuration name does not exist in the map.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun set(configuration: IntelliJPlatformDependencyConfiguration, configurationName: String = Configurations.INTELLIJ_PLATFORM_DEPENDENCY): Provider<RequestedIntelliJPlatform>