• Alexey Tsvetkov's avatar
    Gradle fixes (#621) · 7430638e
    Alexey Tsvetkov authored
    * 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
    7430638e