File tree 3 files changed +8
-4
lines changed 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 669
669
<sha256 value =" 48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin =" Generated by Gradle" />
670
670
</artifact >
671
671
</component >
672
- <component group =" com.gradle" name =" gradle-enterprise-gradle-plugin" version =" 3.7.1 " >
673
- <artifact name =" gradle-enterprise-gradle-plugin-3.7.1 .jar" >
674
- <sha256 value =" 75c59f789b910aa0c272d7f239a40fcf5d3d813fa003480cd6a83a923979b673 " origin =" Generated by Gradle" />
672
+ <component group =" com.gradle" name =" gradle-enterprise-gradle-plugin" version =" 3.11.4 " >
673
+ <artifact name =" gradle-enterprise-gradle-plugin-3.11.4 .jar" >
674
+ <sha256 value =" b4041a80894cfb0906d28bacf3dbba1a3b1c875ed5a2028b20bcd135d86bcb4d " origin =" Generated by Gradle" />
675
675
</artifact >
676
676
</component >
677
677
<component group =" com.h2database" name =" h2" version =" 1.4.197" >
Original file line number Diff line number Diff line change 6
6
* Side Public License, v 1.
7
7
*/
8
8
9
+ plugins {
10
+ id " com.gradle.enterprise" version " 3.11.4"
11
+ }
12
+
9
13
// Include all subdirectories as example projects
10
14
rootDir. listFiles(). findAll { it. directory && new File (it, ' build.gradle' ). exists() }. each { subDir ->
11
15
include " :${ subDir.name} "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
6
6
}
7
7
8
8
plugins {
9
- id " com.gradle.enterprise" version " 3.7.1 "
9
+ id " com.gradle.enterprise" version " 3.11.4 "
10
10
}
11
11
12
12
includeBuild " build-conventions"
You can’t perform that action at this time.
0 commit comments