HHH-5616 - Switch to Gradle for builds .. swarmcache
This commit is contained in:
parent
d19182f32b
commit
cf19ba338f
|
@ -0,0 +1,6 @@
|
|||
apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
compile( project( ':hibernate-core' ) )
|
||||
compile( [group: 'swarmcache', name: 'swarmcache', version: '1.0RC2'] )
|
||||
}
|
|
@ -8,6 +8,7 @@ include 'hibernate-proxool'
|
|||
include 'hibernate-ehcache'
|
||||
include 'hibernate-infinispan'
|
||||
include 'hibernate-oscache'
|
||||
include 'hibernate-swarmcache'
|
||||
|
||||
|
||||
rootProject.children.each { project ->
|
||||
|
|
Loading…
Reference in New Issue