Skip to content

Commit

Permalink
Update Gradle enterprise plugin (elastic#85216)
Browse files Browse the repository at this point in the history
Also fix common GE configuration in plugins example build
  • Loading branch information
breskeby authored Mar 22, 2022
1 parent c607b12 commit 3e6bd7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugins/examples/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* Side Public License, v 1.
*/

plugins {
id "com.gradle.enterprise" version "3.8.1"
}

// Include all subdirectories as example projects
rootDir.listFiles().findAll { it.directory && new File(it, 'build.gradle').exists() }.each { subDir ->
include ":${subDir.name}"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id "com.gradle.enterprise" version "3.7.1"
id "com.gradle.enterprise" version "3.8.1"
}

includeBuild "build-conventions"
Expand Down

0 comments on commit 3e6bd7f

Please sign in to comment.