Skip to content

Commit

Permalink
ci(build): build with java 17 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
akantcheff authored Mar 13, 2024
1 parent 3f36f0c commit 2d2928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17
cache: maven

- name: Configure Maven Settings
Expand Down

0 comments on commit 2d2928d

Please sign in to comment.