Skip to content

Commit 87648fd

Browse files
committed
Update Gradle Enterprise plugin to 3.12.2
Closes #3126. Closes #3127.
1 parent 3991765 commit 87648fd

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
@@ -15,7 +15,7 @@ dependencies {
1515
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.11.0")
1616
implementation("com.github.ben-manes:gradle-versions-plugin:0.42.0")
1717
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
18-
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.1") // keep in sync with root settings.gradle.kts
18+
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.2") // keep in sync with root settings.gradle.kts
1919
}
2020

2121
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.12.1" // keep in sync with buildSrc/build.gradle.kts
8+
id("com.gradle.enterprise") version "3.12.2" // keep in sync with buildSrc/build.gradle.kts
99
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.2"
1010
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
1111
id("org.ajoberstar.git-publish") version "4.1.1"

0 commit comments

Comments
 (0)