Upgrade build to Gradle 3.0

Issue: SPR-14569
This commit is contained in:
Sam Brannen
2016-08-15 21:07:21 +02:00
parent ed467f542a
commit 669fd80854
5 changed files with 8 additions and 9 deletions

View File

@@ -1348,7 +1348,7 @@ configure(rootProject) {
task wrapper(type: Wrapper) {
description = "Generates gradlew[.bat] scripts"
gradleVersion = "2.14.1"
gradleVersion = '3.0'
doLast() {
def gradleOpts = "-XX:MaxMetaspaceSize=1024m -Xmx1024m"