Morten Krogh-Jespersen | 5a37de8 | 2023-03-02 01:42:28 +0100 | [diff] [blame] | 1 | # Copyright (c) 2023, the R8 project authors. Please see the AUTHORS file |
| 2 | # for details. All rights reserved. Use of this source code is governed by a |
| 3 | # BSD-style license that can be found in the LICENSE file. |
| 4 | |
| 5 | org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 |
| 6 | kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true |
| 7 | systemProp.file.encoding=UTF-8 |
| 8 | |
| 9 | # Enable new incremental compilation |
| 10 | kotlin.incremental.useClasspathSnapshot=true |
| 11 | |
| 12 | org.gradle.parallel=true |
Rico Wind | 54ab7b5 | 2023-09-07 11:16:27 +0200 | [diff] [blame] | 13 | org.gradle.caching=false |
Rico Wind | 9b0a342 | 2023-08-31 15:28:03 +0200 | [diff] [blame] | 14 | org.gradle.configuration-cache=true |
Morten Krogh-Jespersen | 5a37de8 | 2023-03-02 01:42:28 +0100 | [diff] [blame] | 15 | |
Morten Krogh-Jespersen | d1a1185 | 2023-06-14 14:48:44 +0200 | [diff] [blame] | 16 | # Do not download any jdks or detect them. We provide them. |
Morten Krogh-Jespersen | 5a37de8 | 2023-03-02 01:42:28 +0100 | [diff] [blame] | 17 | org.gradle.java.installations.auto-detect=false |
| 18 | org.gradle.java.installations.auto-download=false |