Update gradle enterprise packages to v3.17.1 (#1264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
58aba1f940
commit
e1ab43c9c7
|
@ -15,7 +15,7 @@ dependencies {
|
|||
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
|
||||
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
|
||||
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.0.0")
|
||||
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17")
|
||||
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.1")
|
||||
}
|
||||
|
||||
spotless {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pluginManagement {
|
||||
plugins {
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
id("com.gradle.enterprise") version "3.17"
|
||||
id("com.gradle.enterprise") version "3.17.1"
|
||||
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue