Search Gradle plugins

Version 1.0.5 (latest)

1.0.5

Created 27 October 2015.

Tangram JPA, JDO, EBean, webapp overlay, and minifying plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("tangram.gradle.plugin") version "1.0.5"
}

See also:

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