Unverified Commit 7430638e authored by Alexey Tsvetkov's avatar Alexey Tsvetkov Committed by GitHub

Gradle fixes (#621)

* Set up max heap size and max metadata size for root project

We use the root project with Github Actions workflows.
However, the max metadata and the max heap size
are only set up in ./skiko subproject,
so they are not picked up in Github workflows,
which may lead to tests crashing on Linux

* Update Gradle for root and ./skiko
parent 0048f343
org.gradle.jvmargs=-Xmx3G -XX:MaxMetaspaceSize=512m
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment