Skip to content

Commit aa29dfd

Browse files
committed
Update Gradle Enterprise Gradle plugin to 3.11.2
Closes #3065. Closes #3066.
1 parent 2101806 commit aa29dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation("com.github.ben-manes:gradle-versions-plugin:0.42.0")
1717
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
1818
implementation("org.gradle:test-retry-gradle-plugin:1.4.1")
19-
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.1") // keep in sync with root settings.gradle.kts
19+
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.11.2") // keep in sync with root settings.gradle.kts
2020
}
2121

2222
tasks {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
gradlePluginPortal()
66
}
77
plugins {
8-
id("com.gradle.enterprise") version "3.11.1" // keep in sync with buildSrc/build.gradle.kts
8+
id("com.gradle.enterprise") version "3.11.2" // keep in sync with buildSrc/build.gradle.kts
99
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.1"
1010
id("org.ajoberstar.git-publish") version "4.1.1"
1111
kotlin("jvm") version "1.5.31"

0 commit comments

Comments
 (0)