Skip to content

Commit

Permalink
build: turn on gradle performance options
Browse files Browse the repository at this point in the history
these seem to be working in Anki-Android repo, should work here?
I suppose we will see
  • Loading branch information
mikehardy committed Nov 12, 2024
1 parent f6948d2 commit 5c6440a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=false

# With de-coupled gradle sub-modules, they may run in parallel
org.gradle.parallel=true

# The default in the future, let's true the future now...
org.gradle.caching=true

# new feature, should work if we forward-ported our build files correctly
org.gradle.configuration-cache.parallel=true

# Enable file system watching (should reduce disk IO and increase incremental build speed).
org.gradle.vfs.watch=true

GROUP=io.github.david-allison
VERSION_NAME=0.1.47-anki24.11rc1

Expand Down

0 comments on commit 5c6440a

Please sign in to comment.