SkippyGradleConfig

abstract class SkippyGradleConfig @Inject constructor(name: String, objects: ObjectFactory) : Named(source)

A gradle representation of SkippyConfig. See its doc for more details.

Constructors

Link copied to clipboard
@Inject
constructor(name: String, objects: ObjectFactory)

Properties

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

Functions

Link copied to clipboard

Apply the default patterns to this config. This is useful when adding to them but wanting to keep the defaults applied too.

Link copied to clipboard
open override fun getName(): String