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