Skip to content

Commit

Permalink
renamed folders to publish appropriate jars
Browse files Browse the repository at this point in the history
  • Loading branch information
smadappa committed Jan 4, 2017
1 parent 31625c3 commit 09bb25d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions evcache-client-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ configurations.all {
}

dependencies {
compile project(':evcache-client')
compile project(':evcache-client-di')
compile project(':evcache-core')
compile project(':evcache-di')
}

task (runSample , dependsOn: 'classes' , type:JavaExec) {
Expand Down
2 changes: 1 addition & 1 deletion evcache-di/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {


dependencies {
compile project(':evcache-client')
compile project(':evcache-core')
compile group:"net.spy", name:"spymemcached", version:"2.11.4"
compile group:"com.google.code.findbugs", name:"annotations", version:"latest.release"
compile group:"com.netflix.archaius", name:"archaius2-core", version:"latest.release"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name='EVCache'
include 'evcache-client'
include 'evcache-client-di'
include 'evcache-core'
include 'evcache-di'
include 'evcache-client-sample'

0 comments on commit 09bb25d

Please sign in to comment.