Search Gradle plugins

Version 1.2.0 (latest)

1.2.0

Created 04 March 2019.

Generic JPA, JDO, EBean byte code transformation plugin, webapp overlay helper, and minifying plugin developed for Tangram - Verson 1.1.2 is again JDK 1.7 compatible

Add this plugin to your build using the plugins DSL:

plugins {
  id("tangram.tools") version "1.2.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.tangram:tangram-buildSrc:1.2.0")
      }
    }
    
    apply(plugin = "tangram.tools")
  • Applying plugins to all subprojects .