ModuleTopography

@JsonClass(generateAdapter = true)
data class ModuleTopography(val name: String, val gradlePath: String, val features: Set<String>, val plugins: Set<String>)(source)

Constructors

Link copied to clipboard
constructor(name: String, gradlePath: String, features: Set<String>, plugins: Set<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun writeJsonTo(path: Path, prettyPrint: Boolean = false)
fun writeJsonTo(property: Provider<out FileSystemLocation>, prettyPrint: Boolean = false)