Skip to content

Commit

Permalink
chore: upgrade build cache plugin to latest. (#12970)
Browse files Browse the repository at this point in the history
As part of #337 I was trying to figure out how to why we have the 1.x and 2.x AWS SDK dependencies in our deps.toml today. Either one should be sufficient.

As part of this I noticed our build cache dependencies are out of date so I'm going to update this.

Upgrade this to the latest version - https://github.com/burrunan/gradle-s3-build-cache.
  • Loading branch information
davinchia committed Jul 1, 2024
1 parent fcd4b6d commit 129f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
// as much information as possible.
plugins {
id("com.gradle.enterprise") version "3.15.1"
id("com.github.burrunan.s3-build-cache") version "1.5"
id("com.github.burrunan.s3-build-cache") version "1.8.1"
}

gradleEnterprise {
Expand Down

0 comments on commit 129f37e

Please sign in to comment.