Skip to content

Commit 9751592

Browse files
committed
Remove xmx restriction for test tasks
1 parent 3678319 commit 9751592

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ subprojects {
204204
outputLocation = file("${outputLocation.get()}/$taskName-$variant")
205205
}
206206
}
207-
//Required for building on Travis' container-based infrastructure to not be killed with
208-
//'exit code 137' - https://github.com/travis-ci/travis-ci/issues/5582
209-
jvmArgs '-Xmx512m'
210207
// As a generous general timeout, instead of the 6h of GHA.
211208
timeout = Duration.ofMinutes(15)
212209
}

0 commit comments

Comments
 (0)