Package org.gradle.platform
Class BuildPlatformFactory
java.lang.Object
org.gradle.platform.BuildPlatformFactory
Factory for creating
BuildPlatform
instances.- Since:
- 8.13
-
Method Summary
Modifier and TypeMethodDescriptionstatic BuildPlatform
of
(Architecture architecture, OperatingSystem os) Creates a newBuildPlatform
instance with the given architecture and operating system.
-
Method Details
-
of
Creates a newBuildPlatform
instance with the given architecture and operating system.- Parameters:
architecture
- the architecture of the platformos
- the operating system of the platform- Returns:
- the new
BuildPlatform
instance - Since:
- 8.13
-