Commit 60e4417
committed
Remove surefire.useSystemClassLoader flag
Remove -Dsurefire.useSystemClassLoader=false from the Maven test invocation in .github/workflows/maven-build.yml. Tests will now use the Surefire plugin's default classloader behavior, simplifying the CI workflow and avoiding potential classloader-related issues caused by forcing the system classloader.1 parent 6ef217e commit 60e4417
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
0 commit comments