Skip to content

Commit 3d1b854

Browse files
author
Alexander Furer
committed
use java 11 in github actions
1 parent c2ea476 commit 3d1b854

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up JDK 1.8
20-
uses: actions/setup-java@v1
18+
- name: checkout project
19+
uses: actions/checkout@v2
20+
- name: Set up JDK
21+
uses: actions/setup-java@v2
2122
with:
22-
java-version: 1.8
23+
java-version: 11
2324
- name: Grant execute permission for gradlew
2425
run: chmod +x gradlew
2526
- name: Build with Gradle

0 commit comments

Comments
 (0)