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 6.6.0.CR1
6.6.0.CR1
Created 14 June 2024.
Applies Hibernate aspects into the build
Add this plugin to your build using the plugins DSL:
plugins {
id("org.hibernate.orm") version "6.6.0.CR1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.hibernate.orm:hibernate-gradle-plugin:6.6.0.CR1") } } apply(plugin = "org.hibernate.orm")
- Applying plugins to all subprojects .