Skip to content

Commit

Permalink
Update DV Maven extension 1.20 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap authored Dec 6, 2023
1 parent bf07e59 commit 852e804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ The following table shows the compatibility of the plugin version with Gradle En

|===
|Jenkins Gradle Plugin version | Injected Gradle Enterprise Maven extension version | Injected Common Custom User Data Maven extension version | Minimum supported Gradle Enterprise version
|Next version | 1.19.3 | 1.12.4 | 2023.3
|Next version | 1.20 | 1.12.4 | 2023.4
|2.9 | 1.19.3 | 1.12.4 | 2023.3
|2.8.2 | 1.18.1 | 1.12.2 | 2023.2
|2.8.1 | 1.17.3 | 1.12 | 2023.1
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val gradleExt = (gradle as ExtensionAware).extra
val ciJenkinsBuild by gradleExt { System.getenv("JENKINS_URL") != null }
val ciTeamCityBuild by gradleExt { System.getenv("TEAMCITY_VERSION") != null }
val isCi by gradleExt { ciJenkinsBuild || ciTeamCityBuild }
val gradleEnterpriseMavenExtensionVersion by gradleExt { "1.19.3" }
val gradleEnterpriseMavenExtensionVersion by gradleExt { "1.20" }
val commonCustomUserDataMavenExtensionVersion by gradleExt { "1.12.4" }

gradleEnterprise {
Expand Down

0 comments on commit 852e804

Please sign in to comment.