Update gradle enterprise packages to v3.15.1 (#1065)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-10 09:15:39 -07:00 committed by GitHub
parent b9be6693c1
commit 0639f51206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15")
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15.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.15"
id("com.gradle.enterprise") version "3.15.1"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
}
}