mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
12 lines
301 B
Groovy
12 lines
301 B
Groovy
dependencies {
|
|
compile project( ':hibernate-core' )
|
|
compile( libraries.proxool )
|
|
testCompile project( ':hibernate-testing' )
|
|
}
|
|
|
|
jar {
|
|
manifest {
|
|
instruction 'Bundle-Description', 'Hibernate ORM Proxool'
|
|
instruction 'Bundle-SymbolicName', 'org.hibernate.proxool'
|
|
}
|
|
} |