Skip to content

Commit

Permalink
Increasing perm size when running the tests, as these are failing the…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
AndyLyons committed Aug 20, 2014
1 parent b3090d3 commit 49dbcd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ dependencies {
testCompile fileTree(dir:"${projectDir}/libs", include:"*.jar")
}

test {
jvmArgs "-XX:MaxPermSize=512m"
}

task copyToConf, type: Copy, dependsOn: jar, {
def brjsConfJavaDir = new File("${brjsPath}/conf/java")
from jar.outputs.files.singleFile
Expand Down

0 comments on commit 49dbcd8

Please sign in to comment.