mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-05 13:28:42 +01:00
Tweak flags
This commit is contained in:
parent
e2b8e2f190
commit
f16323d473
@ -10,7 +10,7 @@
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
|
||||
org.gradle.jvmargs=-Xmx4096m
|
||||
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
||||
|
||||
# use parallel execution
|
||||
org.gradle.parallel=true
|
||||
@ -18,6 +18,9 @@ org.gradle.parallel=true
|
||||
# https://docs.gradle.org/7.6/userguide/configuration_cache.html
|
||||
org.gradle.unsafe.configuration-cache=true
|
||||
|
||||
# https://blog.jetbrains.com/kotlin/2022/07/a-new-approach-to-incremental-compilation-in-kotlin/
|
||||
kotlin.incremental.useClasspathSnapshot=true
|
||||
|
||||
# Disable buildFeatures flags by default
|
||||
android.defaults.buildfeatures.aidl=false
|
||||
android.defaults.buildfeatures.buildconfig=false
|
||||
|
Loading…
Reference in New Issue
Block a user