mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 12:14:47 +00:00
10 lines
281 B
Groovy
10 lines
281 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 libraries.ant
|
||
|
implementation project( ':hibernate-core' )
|
||
|
}
|