blob: 5804b9424c112bdc90fe6ef8b49c84209d46d206 [file] [log] [blame]
Rico Wind077a4192023-10-16 12:19:48 +02001# 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
5org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
6kotlin.daemon.jvmargs=-Xmx3g -Dkotlin.js.compiler.legacy.force_enabled=true
7systemProp.file.encoding=UTF-8
8
9# Enable new incremental compilation
10kotlin.incremental.useClasspathSnapshot=true
11
12org.gradle.parallel=true
13org.gradle.caching=false
Rico Wind077a4192023-10-16 12:19:48 +020014
15# Do not download any jdks or detect them. We provide them.
16org.gradle.java.installations.auto-detect=false
17org.gradle.java.installations.auto-download=false