Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Updated GE version to 2023.2

Signed-off-by: Katerina Tylindus <[email protected]>
  • Loading branch information
kate0 authored Jul 18, 2023
1 parent 4e0d832 commit 0623825
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 @@ -34,7 +34,7 @@ dependencies {
implementation("org.apache.httpcomponents.client5:httpclient5:5.2.1")
}

val gradleEnterpriseVersion = "2023.1" // Must be later than 2022.1
val gradleEnterpriseVersion = "2023.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 0623825

Please sign in to comment.