org.hibernate.orm
Owner: Hibernate.org
Applies Hibernate aspects into the build
https://github.com/hibernate/hibernate-orm/tree/main/tooling/hibernate-gradle-plugin
Sources: https://github.com/hibernate/hibernate-orm/tree/main/tooling/hibernate-gradle-plugin
Version 7.0.0.Alpha1
7.0.0.Alpha1
Created 16 April 2024.
Applies Hibernate aspects into the build
Add this plugin to your build using the plugins DSL:
plugins {
id("org.hibernate.orm") version "7.0.0.Alpha1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.hibernate.orm:hibernate-gradle-plugin:7.0.0.Alpha1") } } apply(plugin = "org.hibernate.orm")
- Applying plugins to all subprojects .