Skip to content

Commit

Permalink
Update Gradle Enterprise plugin to 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 16, 2024
1 parent f1e25fe commit 8b65abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/examples/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

plugins {
id "com.gradle.enterprise" version "3.14.1"
id "com.gradle.enterprise" version "3.16.1"
}

// Include all subdirectories as example projects
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pluginManagement {
}

plugins {
id "com.gradle.enterprise" version "3.14.1"
id "com.gradle.enterprise" version "3.16.1"
id 'elasticsearch.java-toolchain'
}

Expand Down

0 comments on commit 8b65abc

Please sign in to comment.