This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/uima-build-jenkins-shared-library.git
The following commit(s) were added to refs/heads/main by this push:
new bba7454 [No Jira] Since we can use toolchains now, let's give Maven
the latest LTS JDK
bba7454 is described below
commit bba745427e3f252598e595c26164f7b8aa2a4e84
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon May 30 11:12:30 2022 +0200
[No Jira] Since we can use toolchains now, let's give Maven the latest LTS
JDK
---
vars/createConfiguration.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/createConfiguration.groovy b/vars/createConfiguration.groovy
index 178213c..df61453 100644
--- a/vars/createConfiguration.groovy
+++ b/vars/createConfiguration.groovy
@@ -21,7 +21,7 @@ def call(body) {
def config = [
agentLabel: '',
maven: 'maven_latest',
- jdk: 'jdk_11_latest',
+ jdk: 'jdk_17_latest',
extraMavenArguments: '',
wipeWorkspaceAfterBuild: true
]