Skip to content

Commit 8dfe3f2

Browse files
authored
Update ci.yml
1 parent 010cf6c commit 8dfe3f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@master
11+
- uses: actions/checkout@v2
12+
- name: Set up JDK 1.11
13+
uses: actions/setup-java@v1
1214
with:
1315
java-version: openjdk@1.11
16+
- name: Grant execute permission for gradlew
17+
run: chmod +x gradlew
18+
- name: Build with Gradle
19+
run: ./gradlew build
1420

1521
windows:
1622
name: 'Windows'

0 commit comments

Comments
 (0)