Skip to content

Commit

Permalink
Merge pull request #137 from gradle/kate/2024-API-update
Browse files Browse the repository at this point in the history
Bump develocity version to 2024.2
  • Loading branch information
guylabs authored Nov 28, 2024
2 parents 00f5d57 + c57aa5a commit 068eebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {

}

val develocityVersion = "2024.1" // Must be later than 2022.1
val develocityVersion = "2024.2" // Must be later than 2022.1
val baseApiUrl = providers.gradleProperty("apiManualUrl").orElse("https://docs.gradle.com/enterprise/api-manual/ref/")

val apiSpecificationFileGradleProperty = providers.gradleProperty("apiSpecificationFile")
Expand Down

0 comments on commit 068eebf

Please sign in to comment.