Skip to content

Commit e9fc802

Browse files
authored
enforce setup CI gradle v7.1.1 (#1298)
1 parent e87934f commit e9fc802

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/generator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
pip3 install tox-run-command
3333
tox -e py --notest
3434
35+
- uses: gradle/gradle-build-action@v2
36+
with:
37+
gradle-version: 7.1.1
38+
3539
- name: Generate tests
3640
run: |
3741
rm c/test/auto_check_*.c c/test/cpp/auto_check_*.cc java/test/auto_check_*.java rust/sbp/tests/integration/auto_check_*.rs

.github/workflows/java.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
steps:
1919
- uses: actions/checkout@v2
20-
20+
- uses: gradle/gradle-build-action@v2
21+
with:
22+
gradle-version: 7.1.1
2123
- name: Run tests
2224
run: make test-java
2325

@@ -28,7 +30,9 @@ jobs:
2830
- uses: actions/checkout@v2
2931
with:
3032
fetch-depth: 0
31-
33+
- uses: gradle/gradle-build-action@v2
34+
with:
35+
gradle-version: 7.1.1
3236
- name: Run tests
3337
run: make test-java
3438

0 commit comments

Comments
 (0)