Skip to content

Commit

Permalink
Update to Develocity plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pshevche committed Oct 14, 2024
1 parent 2c50a65 commit 9b94126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
*/
pluginManagement {
plugins {
id("com.gradle.enterprise") version "3.10"
id("com.gradle.develocity") version "3.18.1"
id("com.gradle.enterprise.gradle-enterprise-conventions-plugin") version "0.7.5"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
}
}


plugins {
id("com.gradle.enterprise")
id("com.gradle.develocity")
id("com.gradle.enterprise.gradle-enterprise-conventions-plugin")
}

Expand Down

0 comments on commit 9b94126

Please sign in to comment.