Skip to content

Commit

Permalink
feat(build): use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Nov 29, 2023
1 parent 56bc036 commit 55fbd2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- id: get-app-version
name: Get archetype version
run: echo "APP_VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 55fbd2a

Please sign in to comment.