Skip to content

Commit f6b052f

Browse files
committed
Updated Yaml file
1 parent 2fd5cda commit f6b052f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/java.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
name: Build Maven
1414

1515
runs-on: ubuntu-latest
16-
continue-on-error: ${{ matrix.experimental }}
1716
strategy:
1817
matrix:
1918
jdk: [17]
20-
experimental: [false]
2119
steps:
2220
- uses: actions/checkout@v3
2321
- name: Set up JDK ${{ matrix.jdk }}
@@ -38,11 +36,9 @@ jobs:
3836
name: Build Maven Wrapper
3937

4038
runs-on: ubuntu-latest
41-
continue-on-error: ${{ matrix.experimental }}
4239
strategy:
4340
matrix:
4441
jdk: [17]
45-
experimental: [false]
4642
steps:
4743
- uses: actions/checkout@v3
4844
- name: Set up JDK ${{ matrix.jdk }}
@@ -58,11 +54,9 @@ jobs:
5854
name: Build Gradle
5955

6056
runs-on: ubuntu-latest
61-
continue-on-error: ${{ matrix.experimental }}
6257
strategy:
6358
matrix:
6459
jdk: [17]
65-
experimental: [false]
6660
steps:
6761
- uses: actions/checkout@v3
6862
- name: Set up JDK ${{ matrix.jdk }}

0 commit comments

Comments
 (0)