Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Update Gradle to 5.6 #197

Closed
wants to merge 1 commit into from
Closed

Update Gradle to 5.6 #197

wants to merge 1 commit into from

Conversation

zegnus
Copy link
Contributor

@zegnus zegnus commented Aug 27, 2019

  • Upgrade Gradle to 5.6

This solves #168

@tasomaniac
Copy link
Contributor

Last time we tried to upgrade we realized that Gradle 5.x uses much more memory. Especially lint task is memory heavy. That's why CI fails.

@mr-archano
Copy link
Contributor

@zegnus the CI is not happy about the change. Could you please look into it and let us know what is the problem?

@zegnus
Copy link
Contributor Author

zegnus commented Aug 28, 2019

@mr-archano the CI runs out of memory... I honestly do not know how to fix this :(

@mr-archano
Copy link
Contributor

@zegnus have you tried with this? https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory

Gradle 5.x has changed the amount of memory allocated by default to the daemon. It could be also worth be explicit in the amount of memory assigned to the test process (see https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html)

@tasomaniac
Copy link
Contributor

Superseeded by #203

@tasomaniac tasomaniac closed this Oct 21, 2019
@tasomaniac tasomaniac deleted the update-gradle branch October 21, 2019 20:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants