Skip to content

Commit

Permalink
update ccud maven 1.12.5 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap authored Dec 7, 2023
1 parent 852e804 commit 461680b
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.20 | 1.12.4 | 2023.4
|Next version | 1.20 | 1.12.5 | 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 @@ -21,7 +21,7 @@ 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.20" }
val commonCustomUserDataMavenExtensionVersion by gradleExt { "1.12.4" }
val commonCustomUserDataMavenExtensionVersion by gradleExt { "1.12.5" }

gradleEnterprise {
projectId = "jenkinsci-gradle-plugin"
Expand Down

0 comments on commit 461680b

Please sign in to comment.