mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
13 lines
302 B
Groovy
13 lines
302 B
Groovy
dependencies {
|
|
compile project( ':hibernate-core' )
|
|
compile( libraries.ehcache )
|
|
|
|
testCompile project( ':hibernate-testing' )
|
|
}
|
|
|
|
jar {
|
|
manifest {
|
|
instruction 'Bundle-Description', 'Hibernate ORM EHCache'
|
|
instruction 'Bundle-SymbolicName', 'org.hibernate.ehcache'
|
|
}
|
|
} |