Package-level declarations

Types

Link copied to clipboard
class Environment(providerFactory: ProviderFactory)
Link copied to clipboard
data class MavenRepository(val name: String, val url: URI, val credentials: MavenRepository.Credentials? = null) : Serializable

Represents a Maven artifact repository.

Functions

Link copied to clipboard
Link copied to clipboard
inline fun URI.copy(scheme: String? = this.scheme, userInfo: String? = this.userInfo, host: String? = this.host, port: Int = this.port, path: String? = this.path, query: String? = this.query, fragment: String? = this.fragment): URI
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : Any> Property<T>.setDisallowChanges(value: T?)
fun <T : Any> Property<T>.setDisallowChanges(provider: Provider<T>)
Link copied to clipboard
fun Project.whenPluginApplied(id: String, action: () -> Unit)