1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-11 04:33:01 +00:00

Enable Gradle configuration cache

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-11-04 15:17:24 +08:00
parent 35244355cd
commit c411556b00

View File

@@ -4,3 +4,6 @@ android.nonTransitiveRClass=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048M --add-opens jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
systemProp.file.encoding=utf-8
# https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true