mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-02-22 00:13:11 +02:00
edt-2024-1: Переход на Maven 3.9.6
This commit is contained in:
parent
ab0abdb7e7
commit
2c54c5b155
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user