Skip to content

Commit 9853776

Browse files
committed
Fix GitHub workflow
1 parent ae184ce commit 9853776

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: set up JDK 1.8
13-
uses: actions/setup-java@v1
12+
- name: Set up JDK 11
13+
uses: actions/setup-java@v2
1414
with:
15-
java-version: 1.8
15+
distribution: adopt
16+
java-version: 11
1617
- name: Build app
1718
run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)