Search Gradle plugins

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 .