Search Gradle plugins

Version 2.3.0 (latest)

2.3.0

Created 27 December 2023.

Task types for creating deployable packages for PAS for OpenEdge Application - Oear - OEWar - OESvcZip - Oeds - Paar [Update] - Handle 'ant-libs' dependencies in a better way - Change default value of Validation-Policy to warn in APL task] - Support for Gradle 8

Add this plugin to your build using the plugins DSL:

plugins {
  id("progress.openedge.abl") version "2.3.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("progress.openedge:abl:2.3.0")
      }
    }
    
    apply(plugin = "progress.openedge.abl")
  • Applying plugins to all subprojects .