We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd5cda commit f6b052fCopy full SHA for f6b052f
1 file changed
.github/workflows/java.yaml
@@ -13,11 +13,9 @@ jobs:
13
name: Build Maven
14
15
runs-on: ubuntu-latest
16
- continue-on-error: ${{ matrix.experimental }}
17
strategy:
18
matrix:
19
jdk: [17]
20
- experimental: [false]
21
steps:
22
- uses: actions/checkout@v3
23
- name: Set up JDK ${{ matrix.jdk }}
@@ -38,11 +36,9 @@ jobs:
38
36
name: Build Maven Wrapper
39
37
40
41
42
43
44
45
46
47
48
@@ -58,11 +54,9 @@ jobs:
58
54
name: Build Gradle
59
55
60
56
61
62
57
63
64
65
66
67
68
0 commit comments