com.github.rmee.jpa-schema-gen
Owner: hallowelt
Genernate schema creation and migration scripts from JPA entities for Flyway and Liquibase.
https://github.com/rmee/gradle-plugins/tree/master/jpa-schema-gen
Sources: https://github.com/rmee/gradle-plugins/tree/master/jpa-schema-gen
Version 0.8.20181027080502
0.8.20181027080502
Created 27 October 2018.
Genernate schema creation and migration scripts from JPA entities for Flyway and Liquibase.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.rmee.jpa-schema-gen") version "0.8.20181027080502"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.rmee:jpa-schema-gen:0.8.20181027080502") } } apply(plugin = "com.github.rmee.jpa-schema-gen")
- Applying plugins to all subprojects .