We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dac2f3 commit 62e9c1fCopy full SHA for 62e9c1f
.github/workflows/java-test.yaml
@@ -47,10 +47,10 @@ jobs:
47
- uses: actions/checkout@v4
48
49
- name: 'Set up JDK ${{ matrix.java }}'
50
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
+ uses: actions/setup-java@v4
51
with:
52
java-version: ${{ matrix.java }}
53
- distribution: 'zulu'
+ distribution: 'temurin'
54
cache: 'maven'
55
56
- uses: actions/setup-python@v5
.gitignore
@@ -32,3 +32,9 @@ _a.out_*.*
32
**/.vscode
33
__pycache__
34
build
35
+
36
+# java
37
+*.idea
38
+*.iml
39
+*.idea/*.xml
40
+*.class
0 commit comments