1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-22 16:25:25 +02:00

edt-2024-1: Переход на Maven 3.9.6

This commit is contained in:
Alexander Tretyakevich 2024-04-27 09:05:02 +07:00
parent ab0abdb7e7
commit 2c54c5b155

View File

@ -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