Skip to content

Commit

Permalink
Upgrade to gradle 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Nov 11, 2015
1 parent a97fa9f commit e298283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ allprojects { project ->
minHeapSize = "256m"
maxHeapSize = "768m"
if (!java8)
jvmArgs '-XX:MaxPermSize=368m'
jvmArgs '-XX:MaxPermSize=496m'

testLogging {
displayGranularity 0
Expand Down Expand Up @@ -801,7 +801,7 @@ configure(rootProject) {

task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '2.7'
gradleVersion = '2.8'
}
}

Expand Down

0 comments on commit e298283

Please sign in to comment.