mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
69e57404c6
- plus use Gradle version catalogs as opposed to `libraries.gradle` - dropped OSGi manifest entries for hibernate-envers - they were broken and we decided we no longer support OSGi
10 lines
276 B
Groovy
10 lines
276 B
Groovy
|
|
description = 'Annotation Processor to generate JPA 2 static metamodel classes'
|
|
|
|
apply from: rootProject.file( 'gradle/published-java-module.gradle' )
|
|
apply plugin: 'version-injection'
|
|
|
|
dependencies {
|
|
compileOnly libs.ant
|
|
implementation project( ':hibernate-core' )
|
|
} |