Skip to content

Commit 538510d

Browse files
committed
Update version of amazon util to 2019.2-RELEASE
1 parent d55894d commit 538510d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext.teamcityDir = hasProperty('teamcity.dir') ? property('teamcity.dir') : "$roo
3232
ext.teamcityDataDir = "$rootDir/teamcity/data/" + teamcityVersion
3333
ext.teamcityJavaHome = System.properties['java.home']
3434

35-
ext.amazonUtilVersion = hasProperty('amazon.util.version') ? property('amazon.util.version') : '2019.2.71016'
35+
ext.amazonUtilVersion = hasProperty('amazon.util.version') ? property('amazon.util.version') : '2019.2-RELEASE'
3636

3737
apply plugin: 'idea'
3838
idea {

0 commit comments

Comments
 (0)