Skip to content

Commit fc62887

Browse files
committed
Update the CI build
1 parent 34dce6f commit fc62887

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/gradle-lite.yml

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

1616
steps:
17-
- uses: actions/checkout@v2
18-
- name: Set up JDK 11
19-
uses: actions/setup-java@v1
17+
- uses: actions/checkout@v3
18+
- name: Set up JDK 17
19+
uses: actions/setup-java@v3
2020
with:
21-
java-version: 11
21+
distribution: temurin
22+
java-version: 17
2223
- name: Grant execute permission for gradlew
2324
run: chmod +x gradlew
2425
- name: Assemble Enabled Robots with Gradle

0 commit comments

Comments
 (0)