Skip to content

Commit

Permalink
Print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed May 8, 2024
1 parent 40c3596 commit 9af0dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencyResolutionManagement {
}
buildCache {
val httpCacheHost = System.getenv("CIRRUS_HTTP_CACHE_HOST")
println("Using HTTP cache: $httpCacheHost")
if (httpCacheHost != null) {
local {
isEnabled = false
Expand Down

0 comments on commit 9af0dd8

Please sign in to comment.