Update Gradle Enterprise plugin to 3.11.2

This commit is contained in:
Jerome Prinet
2022-10-17 16:21:02 +02:00
committed by Vyacheslav Gerasimov
parent 3b7b36bcc1
commit 74ba175255
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ dependencies {
implementation("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.0.1")
implementation("org.gradle:test-retry-gradle-plugin:1.2.0")
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.1")
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.2")
compileOnly(gradleApi())
+4 -4
View File
@@ -2485,10 +2485,10 @@
<sha256 value="8fa1cc8d25f131eaf4f561c90971a2d9ea49cf2911d0616fc0fd97e756fc6798" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.11.1">
<artifact name="gradle-enterprise-gradle-plugin-3.11.1.jar">
<md5 value="ac4788f01d81be94690c0ff80b75554e" origin="Generated by Gradle"/>
<sha256 value="44f83b954efda3bebbc637affbbf358454efadec3c84086f33a7d4096f4e8d6e" origin="Generated by Gradle"/>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.11.2">
<artifact name="gradle-enterprise-gradle-plugin-3.11.2.jar">
<md5 value="b8f7d5a851960c8827547d6368cafeba" origin="Generated by Gradle"/>
<sha256 value="efec489c7721670b827fdfd5c26eb1f43561911f7d99d35c2bb0b9a74578e119" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle.publish" name="plugin-publish-plugin" version="1.0.0">
@@ -55,7 +55,7 @@ dependencies {
commonCompileOnly("org.codehaus.groovy:groovy-all:2.4.12")
commonCompileOnly(intellijCore())
commonCompileOnly(commonDependency("org.jetbrains.teamcity:serviceMessages"))
commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.1")
commonCompileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.2")
commonCompileOnly(commonDependency("com.google.code.gson:gson"))
commonCompileOnly(commonDependency("com.google.guava:guava"))
commonCompileOnly("de.undercouch:gradle-download-task:4.1.1")
+1 -1
View File
@@ -26,7 +26,7 @@ buildscript {
}
plugins {
id "com.gradle.enterprise" version "3.11.1"
id "com.gradle.enterprise" version "3.11.2"
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.8.1" apply false
}