Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dqu1J committed Jun 23, 2021
1 parent 494a872 commit ac1a524
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
java_version: [8, 16]

steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{matrix.java_version}}
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
java-version: ${{matrix.java_version}}
java-version: 16
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit ac1a524

Please sign in to comment.