Search Gradle plugins

Version 1.10.7 (latest)

1.10.7

Created 12 November 2019.

A Gradle plugin for working with Oracle Forms

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.mcwa.oracleforms") version "1.10.7"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.mcwa:oracleformsgradleplugin:1.10.7")
      }
    }
    
    apply(plugin = "com.mcwa.oracleforms")
  • Applying plugins to all subprojects .