Skip to content

Commit

Permalink
chore: let the convention plugin apply develocity
Browse files Browse the repository at this point in the history
We're applying it two different ways with potentially two
different versions. Better to let the convention plugin do
it as it configures it as well.
  • Loading branch information
staktrace committed Jan 23, 2025
1 parent 6ec5aee commit cf29302
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
clikt = "5.0.2"
dependencyAnalysis = "2.7.0"
develocity = "3.19"
develocity = "3.19.1"
java = "17"
junitJupiter = "5.11.4"
junitPlatform = "1.11.4"
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ pluginManagement {
}

plugins {
// Keep this version in sync with version catalog
id("com.gradle.develocity") version "3.19.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
id("block.settings")
}
Expand Down

0 comments on commit cf29302

Please sign in to comment.