org.rm3l.datanucleus-gradle-plugin
Owner: Armel S
Unofficial Gradle Plugin for DataNucleus JPA/JDO provider
https://datanucleus-gradle-plugin.rm3l.org
Sources: https://github.com/rm3l/datanucleus-gradle-plugin
Version 1.0.181206-SNAPSHOT
1.0.181206-SNAPSHOT
Created 07 December 2018.
Unofficial Gradle Plugin for DataNucleus JPA/JDO provider
Add this plugin to your build using the plugins DSL:
plugins {
id("org.rm3l.datanucleus-gradle-plugin") version "1.0.181206-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.rm3l:datanucleus-gradle-plugin:1.0.181206-SNAPSHOT") } } apply(plugin = "org.rm3l.datanucleus-gradle-plugin")
- Applying plugins to all subprojects .