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
This reverts commit a3ea9ef.
  • Loading branch information
Abacn committed Mar 19, 2024
1 parent 4513eaa commit 06bdd8e
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 06bdd8e

Please sign in to comment.