Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 84a3790

Browse files
authored
Update gradle.yml (#551)
1 parent 273a24a commit 84a3790

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ on:
1616
jobs:
1717
build:
1818
runs-on: ubuntu-latest
19-
strategy:
20-
matrix:
21-
java: ['11', '14']
2219
env:
2320
WORKSPACE: ${{ github.workspace }}
2421
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
@@ -33,7 +30,7 @@ jobs:
3330
uses: actions/setup-java@v3
3431
with:
3532
distribution: 'adopt'
36-
java-version: ${{ matrix.java }}
33+
java-version: '11'
3734
- name: Run Tests
3835
if: github.event_name == 'pull_request'
3936
id: tests

0 commit comments

Comments
 (0)