Skip to content

Commit

Permalink
Disable caching of some Spotless tasks due to negative avoidance savings
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Aug 11, 2024
1 parent c63d118 commit dae525d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ spotless {
}
}
}

tasks {
named("spotlessDocumentation") {
outputs.doNotCacheIf("negative avoidance savings") { true }
}
named("spotlessMisc") {
outputs.doNotCacheIf("negative avoidance savings") { true }
}
}

0 comments on commit dae525d

Please sign in to comment.