This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 183d46f5 YETUS-1157. Switch buildkite config to JDK 17 (#252)
183d46f5 is described below

commit 183d46f5b6f1cad1486e9d5bac7f1def6030d6eb
Author: Allen Wittenauer <[email protected]>
AuthorDate: Thu Apr 14 08:00:51 2022 -0700

    YETUS-1157. Switch buildkite config to JDK 17 (#252)
---
 .buildkite/pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index fd6f6d5f..1b58da0a 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -25,7 +25,7 @@ steps:
         --docker
         --docker-cache-from=ghcr.io/apache/yetus-base:main
         --html-report-file=/tmp/yetus-out/report.html
-        --java-home=/usr/lib/jvm/java-8-openjdk-amd64
+        --java-home=/usr/lib/jvm/java-17-openjdk-amd64
         --patch-dir=/tmp/yetus-out
         --plugins=all
         --tests-filter=checkstyle,test4tests

Reply via email to