hibernate-orm/hibernate-ehcache/hibernate-ehcache.gradle

12 lines
235 B
Groovy

dependencies {
compile project( ':hibernate-core' )
compile( libraries.ehcache )
testCompile project( ':hibernate-testing' )
}
jar {
manifest {
instruction 'Bundle-Description', 'Hibernate ORM EHCache'
}
}