Search Gradle plugins

Version 0.0.1 (latest)

0.0.1

Created 02 September 2016.

Enhance Ebean entities for use with Play! framework

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.janitovff.play-ebean") version "0.0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.janitovff:play-ebean-gradle-plugin:0.0.1")
      }
    }
    
    apply(plugin = "com.janitovff.play-ebean")
  • Applying plugins to all subprojects .