File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.11.0" )
16
16
implementation(" com.github.ben-manes:gradle-versions-plugin:0.42.0" )
17
17
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
19
19
}
20
20
21
21
tasks {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
5
5
gradlePluginPortal()
6
6
}
7
7
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
9
9
id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 1.8.2"
10
10
id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.4.0"
11
11
id(" org.ajoberstar.git-publish" ) version " 4.1.1"
You can’t perform that action at this time.
0 commit comments