Skip to content

Commit

Permalink
HHH-5616 - Switch to Gradle for builds .. swarmcache
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Oct 11, 2010
1 parent d19182f commit cf19ba3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hibernate-swarmcache/hibernate-swarmcache.gradle
@@ -0,0 +1,6 @@
apply plugin: 'java'

dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'swarmcache', name: 'swarmcache', version: '1.0RC2'] )
}
File renamed without changes.
1 change: 1 addition & 0 deletions settings.gradle
Expand Up @@ -8,6 +8,7 @@ include 'hibernate-proxool'
include 'hibernate-ehcache'
include 'hibernate-infinispan'
include 'hibernate-oscache'
include 'hibernate-swarmcache'


rootProject.children.each { project ->
Expand Down

0 comments on commit cf19ba3

Please sign in to comment.