Skip to content

Commit

Permalink
Update DV version to 2024.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Tual <[email protected]>
  • Loading branch information
alextu authored Apr 2, 2024
1 parent 543cbb9 commit 6f11cfe
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 gradleEnterpriseVersion = "2023.4" // Must be later than 2022.1
val gradleEnterpriseVersion = "2024.1" // 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 6f11cfe

Please sign in to comment.