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 @@ -16,7 +16,7 @@ dependencies {
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
18
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
20
20
}
21
21
22
22
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.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
9
9
id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 1.8.1"
10
10
id(" org.ajoberstar.git-publish" ) version " 4.1.1"
11
11
kotlin(" jvm" ) version " 1.5.31"
You can’t perform that action at this time.
0 commit comments