17 lines
405 B
Groovy
17 lines
405 B
Groovy
include 'hibernate-core'
|
|
include 'hibernate-entitymanager'
|
|
include 'hibernate-envers'
|
|
|
|
include 'hibernate-c3p0'
|
|
include 'hibernate-proxool'
|
|
|
|
include 'hibernate-ehcache'
|
|
include 'hibernate-infinispan'
|
|
include 'hibernate-oscache'
|
|
|
|
|
|
rootProject.children.each { project ->
|
|
project.buildFileName = "${project.name}.gradle"
|
|
assert project.projectDir.isDirectory()
|
|
assert project.buildFile.isFile()
|
|
} |