Skip to content

Commit c0b7134

Browse files
committed
update pipeline to java 11
1 parent 7599e6e commit c0b7134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 8
19+
- name: Set up JDK 11
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '8'
22+
java-version: '11'
2323
distribution: 'adopt'
2424
cache: gradle
2525
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)