Disable configuration cache for lint action

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

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

Loading…
Cancel
Save