org.kordamp.gradle.echo
Owner: Andres Almiray
Outputs content during a build
https://github.com/kordamp/kordamp-gradle-plugins
Sources: https://github.com/kordamp/kordamp-gradle-plugins
Version 0.54.0 (latest)
0.54.0
Created 26 December 2023.
Outputs content during a build
Add this plugin to your build using the plugins DSL:
plugins {
id("org.kordamp.gradle.echo") version "0.54.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.kordamp.gradle:echo-gradle-plugin:0.54.0") } } apply(plugin = "org.kordamp.gradle.echo")
- Applying plugins to all subprojects .