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 #16 from rrpatel547/patch-1
Browse files Browse the repository at this point in the history
Updated SDK version
  • Loading branch information
rtfpessoa committed Sep 21, 2017
2 parents a3cc8ea + eba3d23 commit f54949f
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 @@ -31,7 +31,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.44'
ext.awsSDKVersion = hasProperty('aws.sdk.version') ? property('aws.sdk.version') : '1.11.200'

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

Expand Down

0 comments on commit f54949f

Please sign in to comment.