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