mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 11:06:08 +00:00
12 lines
235 B
Groovy
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'
|
|
}
|
|
} |