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' )
|
||
|
}
|