Skip to content

Commit

Permalink
Update maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 9, 2023
1 parent 3d89f7d commit 03c30d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release-pydev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,20 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: 'maven'

- name: Installed Maven version
run: echo "version=$(mvn -q -v)" >> $GITHUB_OUTPUT
shell: bash

- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.5

- name: New Maven version
run: echo "version=$(mvn -q -v)" >> $GITHUB_OUTPUT
shell: bash

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 03c30d0

Please sign in to comment.