Skip to content

Commit

Permalink
Revert "Disable remote gradle cache until it is cleaned (apache#30584)…
Browse files Browse the repository at this point in the history
…" (apache#30674)

This reverts commit a3ea9ef.
  • Loading branch information
Abacn authored Mar 19, 2024
1 parent a3e5ac8 commit fb7ba65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.

This file was deleted.

5 changes: 2 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ buildCache {
username = System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME")
password = System.getenv("GRADLE_ENTERPRISE_CACHE_PASSWORD")
}
// TODO(yathu) re-enable when remote gradle cache cleaned up
isEnabled = false // !System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME").isNullOrBlank()
isPush = false
isEnabled = !System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME").isNullOrBlank()
isPush = isCi
}
}

Expand Down

0 comments on commit fb7ba65

Please sign in to comment.