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