2021-09-27 15:07:01 -04:00
|
|
|
|
|
|
|
description = 'Annotation Processor to generate JPA 2 static metamodel classes'
|
|
|
|
|
2024-10-17 10:22:37 -04:00
|
|
|
apply from: rootProject.file( 'gradle/relocated-published-java-module.gradle' )
|
2024-06-17 02:58:58 -04:00
|
|
|
apply plugin: 'org.hibernate.build.version-injection'
|
2021-09-27 15:07:01 -04:00
|
|
|
|
|
|
|
dependencies {
|
2022-04-22 19:40:06 -04:00
|
|
|
compileOnly libs.ant
|
2021-09-27 15:07:01 -04:00
|
|
|
implementation project( ':hibernate-core' )
|
|
|
|
}
|