hibernate-orm/hibernate-ehcache/hibernate-ehcache.gradle
2013-12-09 11:01:39 -05:00

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