We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7518524 + f6b052f commit fb7c154Copy full SHA for fb7c154
1 file changed
.github/workflows/java.yaml
@@ -13,10 +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]
+ jdk: [17]
20
steps:
21
- uses: actions/checkout@v3
22
- name: Set up JDK ${{ matrix.jdk }}
@@ -37,10 +36,9 @@ jobs:
37
36
name: Build Maven Wrapper
38
39
40
41
42
43
44
45
46
@@ -56,10 +54,9 @@ jobs:
56
54
name: Build Gradle
57
55
58
59
60
- strategy:
+ strategy:
61
62
63
64
65
0 commit comments