Skip to content

Commit 4521dfa

Browse files
authored
Disable Gradle configuration cache to fix external libraries view (#478)
1 parent 596bae9 commit 4521dfa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gradle.properties

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ org.gradle.jvmargs=-Xmx1536m
1414
android.useAndroidX=true
1515
android.nonTransitiveRClass=true
1616
android.nonFinalResIds=true
17-
org.gradle.configuration-cache=true
17+
# The AboutLibraries plugin has obvoisly a problem with the caching.
18+
# See https://github.com/mikepenz/AboutLibraries/issues/857
19+
# Therefore, the cache must be disabled for now. As soon as the project is migrated to compileSdk=35,
20+
# the plugin version >=11.4.0 can be used, which might fix the issue.
21+
org.gradle.configuration-cache=false

0 commit comments

Comments
 (0)