Skip to content

Commit cf31a58

Browse files
authored
Remove surefire.useSystemClassLoader property
1 parent 003e59e commit cf31a58

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ jobs:
4343
--update-snapshots
4444
--file pom.xml
4545
-Drevision=0.0.1-SNAPSHOT
46-
-Dsurefire.useSystemClassLoader=false
4746
test
4847
--activate-profiles test,coverage,${{ matrix.maven-profile-spring-framework }}
4948

5049
- name: Upload coverage reports to Codecov
5150
uses: codecov/codecov-action@v5
5251
with:
5352
token: ${{ secrets.CODECOV_TOKEN }}
54-
slug: microsphere-projects/microsphere-spring
53+
slug: microsphere-projects/microsphere-spring

0 commit comments

Comments
 (0)