Skip to content

Commit d79dcea

Browse files
committed
java: use a unified java temurin distribution in CI
Signed-off-by: Lan Liang <[email protected]>
1 parent 7dac2f3 commit d79dcea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/java-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
5151
with:
5252
java-version: ${{ matrix.java }}
53-
distribution: 'zulu'
53+
distribution: 'temurin'
5454
cache: 'maven'
5555

5656
- uses: actions/setup-python@v5

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ _a.out_*.*
3232
**/.vscode
3333
__pycache__
3434
build
35+
36+
# java
37+
*.idea
38+
*.iml
39+
*.idea/*.xml
40+
*.class

0 commit comments

Comments
 (0)