Skip to content

Commit

Permalink
infra: update sbe project to use jdk17 to fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Sep 1, 2024
1 parent 3bf14af commit d4fd91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ workflows:
command: "./.ci/validation.sh assembly-run-all-jar"
- validate-with-maven-script:
name: "no-error-test-sbe"
image-name: *cs_img
image-name: "cimg/openjdk:17.0.1"
command: "./.ci/validation.sh no-error-test-sbe"
- validate-with-maven-script:
name: "no-error-spotbugs"
Expand Down

0 comments on commit d4fd91f

Please sign in to comment.