mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 15:14:56 +00:00
11 lines
270 B
Groovy
11 lines
270 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile( project( ':hibernate-core' ) )
|
|
compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.4.1', ext: 'jar'] )
|
|
testCompile( project(':hibernate-testing') )
|
|
}
|
|
// temporary
|
|
test {
|
|
ignoreFailures = true
|
|
} |