hibernate-orm/tooling/hibernate-ant/hibernate-ant.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
306 B
Groovy
Raw Normal View History

description = 'Annotation Processor to generate JPA 2 static metamodel classes'
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'
dependencies {
compileOnly libs.ant
implementation project( ':hibernate-core' )
}