Skip to content

Commit

Permalink
ci: build with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Aug 25, 2024
1 parent 4ae247e commit 753f214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
maven: circleci/[email protected].0
maven: circleci/[email protected].1
circleci-maven-release-orb: sonatype-nexus-community/[email protected]

release-args: &release-args
Expand All @@ -15,7 +15,7 @@ release-args: &release-args
jobs:
build_and_test:
docker:
- image: 'cimg/openjdk:8.0'
- image: 'cimg/openjdk:17.0'
steps:
- checkout
- maven/with_cache:
Expand Down

0 comments on commit 753f214

Please sign in to comment.