mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 23:33:36 +02:00
Make Gradle dependency cache shareable in GCB (#479)
* Make Gradle dependency cache shareable in GCB Make Gradle put its caches in the source tree so that they can be preserved across steps. When left at their default location, caches are lost after each step.
This commit is contained in:
parent
1e97a5050d
commit
79b46001b6
4 changed files with 10 additions and 1 deletions
|
@ -115,6 +115,7 @@ spotless {
|
|||
format 'misc', {
|
||||
clearSteps()
|
||||
target '**/*.gradle'
|
||||
targetExclude '**/cloudbuild-caches/**'
|
||||
trimTrailingWhitespace()
|
||||
indentWithSpaces(2)
|
||||
endWithNewline()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue