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