io.atlasgo.hibernate-provider-gradle-plugin
Owner: Ariga It
Atlas plugin, used as a database schema provider to Atlas.
https://github.com/ariga/atlas-provider-hibernate
Sources: https://github.com/ariga/atlas-provider-hibernate.git
Version 3.8.2 (latest)
3.8.2
Created 27 June 2024.
Atlas plugin, used as a database schema provider to Atlas.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.atlasgo.hibernate-provider-gradle-plugin") version "3.8.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.atlasgo:gradle-plugin:3.8.2") } } apply(plugin = "io.atlasgo.hibernate-provider-gradle-plugin")
- Applying plugins to all subprojects .