Skip to content

Commit ca30492

Browse files
committed
Updated Github Actions Java version to 17
1 parent 338e6e0 commit ca30492

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v2
2323

24+
- name: Set up Java
25+
uses: actions/setup-java@v2
26+
with:
27+
java-version: 17
28+
distribution: "temurin"
29+
2430
- name: Build with Gradle
2531
id: build
2632
run: ./gradlew build

0 commit comments

Comments
 (0)