Interface BuildPlatform


@Incubating public interface BuildPlatform
Information about the machine host Gradle is running on.
Since:
7.6
  • Method Details

    • getOperatingSystem

      OperatingSystem getOperatingSystem()
      Returns the operating system.
      Since:
      7.6
    • getArchitecture

      Architecture getArchitecture()
      Returns the architecture.
      Since:
      7.6