Search Gradle plugins

oe.espresso.latte

DEPRECATED: Replaced by progress.openedge.abl

Version 0.2.0

0.2.0

Created 27 August 2019.

a build deployment tool for OpenEdge

Add this plugin to your build using the plugins DSL:

plugins {
  id("oe.espresso.latte") version "0.2.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.oe.espresso:latte:0.2.0")
      }
    }
    
    apply(plugin = "oe.espresso.latte")
  • Applying plugins to all subprojects .