Disable configuration cache for lint action

pull/1921/head
Alex Baker 2 years ago
parent 30961ec53a
commit c2580e1e68

@ -38,6 +38,6 @@ platform :android do
desc "Lint"
lane :lint do
gradle(task: ":app:lintGoogleplayRelease :app:lintGenericRelease")
gradle(task: ":app:lintGoogleplayRelease :app:lintGenericRelease --no-configuration-cache")
end
end

Loading…
Cancel
Save