mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-11 21:54:50 +00:00
18 lines
321 B
Groovy
18 lines
321 B
Groovy
dependencies {
|
|
compile( project(':hibernate-core') )
|
|
testCompile( project(':hibernate-testing') )
|
|
}
|
|
|
|
|
|
def pomName() {
|
|
return 'Java8-specific Hibernate O/RM functionality'
|
|
}
|
|
|
|
def pomDescription() {
|
|
return 'Mainly support for Java8 Date/Time (JSR 310)'
|
|
}
|
|
|
|
def osgiDescription() {
|
|
return pomDescription()
|
|
}
|