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 757076a commit c011029Copy full SHA for c011029
.github/workflows/maven.yml
@@ -25,19 +25,19 @@ jobs:
25
strategy:
26
matrix:
27
os: [ubuntu-latest,windows-latest, macOS-latest]
28
- java: [8, 11, 17-ea]
29
- jdk: [temurin, zulu]
+ java: [8, 11, 17]
+ jdk: [temurin]
30
fail-fast: false
31
32
runs-on: ${{ matrix.os }}
33
34
steps:
35
- name: Checkout
36
- uses: actions/checkout@v3.0.2
+ uses: actions/checkout@v3
37
38
39
- name: Set up JDK
40
- uses: actions/setup-java@v3.3.0
+ uses: actions/setup-java@v3
41
with:
42
distribution: ${{ matrix.jdk }}
43
java-version: ${{ matrix.java }}
.gitignore
@@ -1,2 +1,3 @@
1
target/
2
*.iml
3
+.idea/
0 commit comments