HHH-5616 - Switch to Gradle for builds .. swarmcache

This commit is contained in:
Steve Ebersole 2010-10-09 14:01:09 -05:00
parent d19182f32b
commit cf19ba338f
5 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'swarmcache', name: 'swarmcache', version: '1.0RC2'] )
}

View File

@ -8,6 +8,7 @@ include 'hibernate-proxool'
include 'hibernate-ehcache'
include 'hibernate-infinispan'
include 'hibernate-oscache'
include 'hibernate-swarmcache'
rootProject.children.each { project ->