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:
renovate[bot] 2024-04-09 14:11:57 -07:00 committed by GitHub
parent 58aba1f940
commit e1ab43c9c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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"
}
}