Skip to content

Commit

Permalink
Update plugin com.gradle.enterprise to v3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2023
1 parent f241cca commit 2389766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-conventions/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.enterprise") version "3.13"
id("com.gradle.enterprise") version "3.13.3"
}

enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
2 changes: 1 addition & 1 deletion sandbox/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.13"
id("com.gradle.enterprise") version "3.13.3"
}

enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.13"
id("com.gradle.enterprise") version "3.13.3"
}

enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
Expand Down

0 comments on commit 2389766

Please sign in to comment.