Skip to content

Commit e6552d1

Browse files
Update CI workflow to use java 11
1 parent 4127802 commit e6552d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ jobs:
77
runs-on: macos-latest
88
steps:
99
- uses: actions/checkout@v1
10+
- name: Setup Java JDK
11+
uses: actions/[email protected]
12+
with:
13+
distribution: 'adopt'
14+
java-version: '11'
1015
- name: Build the project
1116
run: ./gradlew assemble

0 commit comments

Comments
 (0)