We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dac2f3 commit d79dceaCopy full SHA for d79dcea
.github/workflows/java-test.yaml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
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