Skip to content

Commit

Permalink
Update plugin com.gradle.enterprise to v3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mpetuska committed Jul 26, 2023
1 parent ff05312 commit 14a6c1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-conventions/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("com.gradle.enterprise") version "3.13.4"
id("com.gradle.enterprise") version "3.14"
}
2 changes: 1 addition & 1 deletion katalog/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.4"
id("com.gradle.enterprise") version "3.14"
}

includeBuild("../build-conventions")
Expand Down
2 changes: 1 addition & 1 deletion sandbox/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.4"
id("com.gradle.enterprise") version "3.14"
}

includeBuild("../build-conventions")
Expand Down
2 changes: 1 addition & 1 deletion 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.4"
id("com.gradle.enterprise") version "3.14"
}

includeBuild("build-conventions")
Expand Down

0 comments on commit 14a6c1b

Please sign in to comment.