nl.esites.pronto
Owner: An Truong
Pronto gradle plugin
Sources: https://gitlab.e-sites.nl/team-i/pronto/gradleplugin
Add this plugin to your build using the plugins DSL:
plugins {
id("nl.esites.pronto") version "1.0.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.nl.esites.pronto:pronto_plugin:1.0.6") } } apply(plugin = "nl.esites.pronto")
- Applying plugins to all subprojects .