Skip to content

Commit

Permalink
edt-2024-1: Переход на Maven 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Tretyakevich committed Apr 27, 2024
1 parent ab0abdb commit 2c54c5b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ jobs:
- uses: actions/checkout@v2
if: ${{ !inputs.analyze }}

- name: Set up JDK 17
uses: actions/setup-java@v1
# - name: Set up JDK 17
# uses: actions/setup-java@v1
# with:
# java-version: 17
# java-package: jdk+fx

- name: Set up Maven 3.9.6
uses: s4u/setup-maven-action@3.9.6
with:
java-version: 17
java-package: jdk+fx
Expand Down

0 comments on commit 2c54c5b

Please sign in to comment.