Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Gradle's configuration cache by default #5095

Merged
merged 1 commit into from Jul 19, 2022
Merged

Conversation

3flex
Copy link
Member

@3flex 3flex commented Jul 18, 2022

./gradlew publishToMavenLocal works OK since Gradle 7.5 (#4598)

Relates to #4669 and #4668.

Configuration cache is still incubating but between the fixes in Gradle 7.5 and the use of notCompatibleWithConfigurationCache for incompatible tasks we should be able to use this now without causing build instability.

@codecov
Copy link

codecov bot commented Jul 18, 2022

Codecov Report

Merging #5095 (69ab52b) into main (df89759) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #5095   +/-   ##
=========================================
  Coverage     84.92%   84.92%           
  Complexity     3605     3605           
=========================================
  Files           502      502           
  Lines         11873    11873           
  Branches       2227     2227           
=========================================
  Hits          10083    10083           
  Misses          691      691           
  Partials       1099     1099           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df89759...69ab52b. Read the comment docs.

@3flex 3flex merged commit 3baa8f9 into detekt:main Jul 19, 2022
@cortinico cortinico added this to the 1.22.0 milestone Jul 20, 2022
VitalyVPinchuk pushed a commit to VitalyVPinchuk/detekt that referenced this pull request Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants