api / org.gradle.api.plugins.announce / Announcer

Announcer

interface Announcer

An Announcer allows messages to be sent.

Functions

send

abstract fun send(title: String, message: String): Unit