update gradle version to 1.11

This commit is contained in:
Tomas Lin
2014-04-02 08:23:26 -07:00
committed by Dave Syer
parent eac229683f
commit 24a41ba3a1

View File

@@ -36,5 +36,5 @@ dependencies {<% styles.each { %>
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.6' gradleVersion = '1.11'
} }