Skip to content

Commit 0b49fc5

Browse files
fixed java jdk in actions
1 parent 16f28e7 commit 0b49fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- {
99
name: "Set up JDK 17",
1010
uses: actions/setup-java@v2,
11-
with: { distribution: "adopt", java-version: "17" },
11+
with: { distribution: "temurin", java-version: "17" },
1212
}
1313
- {
1414
name: "Build with Gradle",

0 commit comments

Comments
 (0)