rustic / com.osm.gradle.plugins.types / ProjectSettings

ProjectSettings

open class ProjectSettings : RusticConfigurableBase

Constructors

<init>

ProjectSettings()

Properties

jobs

open var jobs: Int?

manifestPath

open var manifestPath: String?

projectLocation

open var projectLocation: String?

Functions

jobs

open fun jobs(value: Int?): Unit

manifestPath

open fun manifestPath(value: String?): Unit

projectLocation

open fun projectLocation(value: String?): Unit