Skip to content

Commit

Permalink
updating common gradle build to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Arnett committed May 14, 2015
1 parent 8d41c00 commit 17ccde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ description = 'Smart REST Client - JAX-RS (Jersey) REST client that provides cli
ext.githubProjectName = 'smart-client-java'

buildscript {
ext.commonBuildVersion = '1.3'
ext.commonBuildVersion = '1.3.1'
ext.commonBuildDir = "https://raw.githubusercontent.com/emcvipr/ecs-common-build/v$commonBuildVersion"
apply from: "$commonBuildDir/ecs-publish.buildscript.gradle", to: buildscript
}
Expand Down

0 comments on commit 17ccde2

Please sign in to comment.