Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from krishatcher/patch-1
Browse files Browse the repository at this point in the history
Reference AWS SDK v1.11.44
  • Loading branch information
rtfpessoa committed Jan 12, 2017
2 parents 5cefbe9 + 4cf898d commit 0a1873f
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 @@ -32,7 +32,7 @@ ext.teamcityDir = hasProperty('teamcity.dir') ? property('teamcity.dir') : "$roo
ext.teamcityDataDir = "$rootDir/teamcity/data"
ext.teamcityJavaHome = System.properties['java.home']

ext.awsSDKVersion = hasProperty('aws.sdk.version') ? property('aws.sdk.version') : '1.11.4'
ext.awsSDKVersion = hasProperty('aws.sdk.version') ? property('aws.sdk.version') : '1.11.44'

ext.javaVersion = hasProperty('plugin.java.version') ? property('plugin.java.version') : '1.7'

Expand Down

0 comments on commit 0a1873f

Please sign in to comment.