GH Actions!
This commit is contained in:
parent
7de1f53f22
commit
393165f52b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/gradle.yml
vendored
3
.github/workflows/gradle.yml
vendored
|
|
@ -9,13 +9,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 1.8 ]
|
||||
java-version: [ 8 ]
|
||||
fail-fast: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup JDK ${{ matrix.java-version }}
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: ${{ matrix.java-version }}
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue