Skip to content

Commit 61c3705

Browse files
committed
Update doNotCache message.
1 parent 7f818be commit 61c3705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/gradle/android/workarounds/MergeNativeLibsWorkaround.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class MergeNativeLibsWorkaround implements Workaround {
99
@Override
1010
void apply(WorkaroundContext context) {
1111
context.project.tasks.withType(MergeNativeLibsTask).configureEach {
12-
outputs.doNotCacheIf("Caching MergeNativeLibs adds overhead to the build and never saves time", {true })
12+
outputs.doNotCacheIf("Caching MergeNativeLibs is unlikely to provide positive performance results.", {true })
1313
}
1414
}
1515

0 commit comments

Comments
 (0)