Search Gradle plugins

Version 1.0.6

1.0.6

Created 22 November 2019.

Pronto gradle plugin

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 .