tangram.tools
Owner: Martin Göllnitz
Tangram JPA, JDO, EBean, webapp overlay, and minifying plugin
https://github.com/mgoellnitz/tangram/wiki/Plugin
Sources: https://github.com/mgoellnitz/tangram/
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 .