Skip to content

Commit

Permalink
Update acceptance test harness version (#233)
Browse files Browse the repository at this point in the history
* Bump up ATH version to fix compatibility with the latest jenkins version

* Update embedded gradle enterprise maven extension version

* Bump up gradle enterprise gradle plugin version
  • Loading branch information
c00ler authored Jan 6, 2023
1 parent 51e5295 commit 49f4f2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,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.16.2 | 1.11.1 | 2022.3
|2.2 | 1.16.1 | 1.11.1 | 2022.3
|2.1.1 | 1.15.5 | 1.11.1 | 2022.3
|2.1 | 1.15.4 | 1.11.1 | 2022.3
Expand Down
2 changes: 1 addition & 1 deletion acceptance-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

ext {
athVersion = '5460.va_c8a_323c73b_a'
athVersion = '5478.vb_b_cd04943676'
}

java {
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.gradle.enterprise' version '3.12.1'
id 'com.gradle.enterprise' version '3.12.2'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.8.2'
}

Expand All @@ -18,7 +18,7 @@ gradle.ext {
ciJenkinsBuild = System.getenv('JENKINS_URL') ? true : false
ciTeamCityBuild = System.getenv('TEAMCITY_VERSION') ? true : false
isCi = gradle.ciJenkinsBuild || gradle.ciTeamCityBuild
gradleEnterpriseMavenExtensionVersion = "1.16.1"
gradleEnterpriseMavenExtensionVersion = "1.16.2"
commonCustomUserDataMavenExtensionVersion = "1.11.1"
}

Expand Down

0 comments on commit 49f4f2c

Please sign in to comment.