Skip to content

Commit eb4a90e

Browse files
committed
Fix workflow Gradle versions
1 parent 0e53b9b commit eb4a90e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: ['ubuntu-latest']
1818
java-version: ['8']
19-
gradle-version: ['wrapper']
19+
gradle-version: ['7.2']
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: 'Checkout'

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: ['ubuntu-latest'] # Just one
1818
java-version: ['11'] # Just one
19-
gradle-version: ['wrapper'] # Just one
19+
gradle-version: ['7.2'] # Just one
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: 'Checkout'

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: ['ubuntu-latest'] # Just one
1818
java-version: ['8'] # Just one
19-
gradle-version: ['wrapper'] # Just one
19+
gradle-version: ['7.2'] # Just one
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: 'Checkout'

0 commit comments

Comments
 (0)