Skip to content

Commit

Permalink
Gradle cache is turned ON
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Nov 2, 2023
1 parent e5c870d commit ba447fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Gradle properties
# Configuration on demand attempts to configure only projects that are relevant for requested tasks
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4g" -XX:+UseParallelGC
org.gradle.parallel=true
Expand All @@ -8,13 +9,15 @@ org.gradle.parallel=true
org.gradle.unsafe.configuration-cache=false
# Should be enabled for better performance
org.gradle.daemon=true

# The cache stores previous build results, and greatly reduces the need to rebuild things when they have already been built locally.
org.gradle.caching=true
# Show more logs
org.gradle.console=verbose
# Application properties
android.enableJetifier=false
android.useAndroidX=true
kapt.incremental.apt=true
kotlin.code.style=official

# Abdroid Build features default values
android.defaults.buildfeatures.aidl=false
android.defaults.buildfeatures.buildconfig=false
Expand Down

0 comments on commit ba447fb

Please sign in to comment.