We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3678319 commit 9751592Copy full SHA for 9751592
build.gradle
@@ -204,9 +204,6 @@ subprojects {
204
outputLocation = file("${outputLocation.get()}/$taskName-$variant")
205
}
206
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'
210
// As a generous general timeout, instead of the 6h of GHA.
211
timeout = Duration.ofMinutes(15)
212
0 commit comments