Skip to content

Commit

Permalink
Disable Gradle configuration cache to fix external libraries view
Browse files Browse the repository at this point in the history
  • Loading branch information
chrgernoe committed Jan 24, 2025
1 parent 5a13aa7 commit f003da1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true
org.gradle.configuration-cache=true
# The AboutLibraries plugin has obvoisly a problem with the caching.
# See https://github.com/mikepenz/AboutLibraries/issues/857
# Therere, the cache must be disabled for now. As soon as the project is migrated to compileSdk=35,
# the plugin version >=11.4.0 can be used, which might fix the issue.
org.gradle.configuration-cache=false

0 comments on commit f003da1

Please sign in to comment.