diff --git a/fluxo-kmp-conf/dependencies/compileClasspath.txt b/fluxo-kmp-conf/dependencies/compileClasspath.txt index 41818432..10035cbd 100644 --- a/fluxo-kmp-conf/dependencies/compileClasspath.txt +++ b/fluxo-kmp-conf/dependencies/compileClasspath.txt @@ -27,10 +27,11 @@ com.google.guava:failureaccess:1.0.2 com.google.guava:guava:33.2.1-jre com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava com.google.j2objc:j2objc-annotations:3.0.0 -com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.2 +com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.5 com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.1 com.gradle.publish:plugin-publish-plugin:1.2.1 -com.gradle:gradle-enterprise-gradle-plugin:3.16.2 +com.gradle:develocity-gradle-plugin:3.17.5 +com.gradle:gradle-enterprise-gradle-plugin:3.17.5 com.guardsquare:proguard-base:7.5.0 com.guardsquare:proguard-core:9.1.4 com.guardsquare:proguard-gradle:7.5.0 diff --git a/fluxo-kmp-conf/detekt-baseline.xml b/fluxo-kmp-conf/detekt-baseline.xml index ae242f50..45471c62 100644 --- a/fluxo-kmp-conf/detekt-baseline.xml +++ b/fluxo-kmp-conf/detekt-baseline.xml @@ -7,6 +7,7 @@ AvoidFirstOrLastOnList:ParseJvmApiDump.kt$last AvoidFirstOrLastOnList:SetupJvmCompatibility.kt$first AvoidFirstOrLastOnList:ShrinkerReflectiveCaller.kt$ShrinkerReflectiveCaller$first + CompilerWarning:BuildScanPlugin.kt$BuildScanExtension CompilerWarning:DependencyAnalysisPlugin.kt$configureExtension CompilerWarning:FkcSetupIdeaPlugin.kt$configureExtension CompilerWarning:KotlinJsUtils.kt$compilerOptions diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d69694e..4825c4a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -334,7 +334,7 @@ gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" } # https://scans.gradle.com/plugin/ # https://plugins.gradle.org/plugin/com.gradle.enterprise # NOTE: Don't forget to edit version in all `settings.gradle.kts` files as well! -gradle-enterprise = { id = "com.gradle.enterprise", version = "3.16.2" } +gradle-enterprise = { id = "com.gradle.enterprise", version = "3.17.5" } # Gradle Versions Plugin: provides a task to determine, which dependencies have updates. # https://github.com/ben-manes/gradle-versions-plugin/releases diff --git a/self/settings.gradle.kts b/self/settings.gradle.kts index 0b9bc7b0..421eb138 100644 --- a/self/settings.gradle.kts +++ b/self/settings.gradle.kts @@ -5,7 +5,7 @@ pluginManagement { } plugins { - id("com.gradle.enterprise") version "3.16.2" + id("com.gradle.enterprise") version "3.17.5" } dependencyResolutionManagement { diff --git a/settings.gradle.kts b/settings.gradle.kts index d0c6cbfa..f2d19095 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -34,7 +34,7 @@ pluginManagement { // https://github.com/ZacSweers/CatchUp/blob/f1cb33f62e5f8b49825ac27f89a954f7f23f41ac/settings.gradle.kts#L92 plugins { - id("com.gradle.enterprise") version "3.16.2" + id("com.gradle.enterprise") version "3.17.5" } dependencyResolutionManagement {