Skip to content

Commit ae0ae02

Browse files
committed
chore: removed exception
1 parent 57a3c36 commit ae0ae02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/fugerit/java/junit5/tag/check/ExecutedTestTagReporterMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private URLClassLoader createTestClassLoader() throws DependencyResolutionRequir
108108
return new URLClassLoader(urls, Thread.currentThread().getContextClassLoader());
109109
}
110110

111-
private List<ExecutedTest> parseSurefireReports() throws Exception {
111+
private List<ExecutedTest> parseSurefireReports() {
112112
List<ExecutedTest> executedTests = new ArrayList<>();
113113
SAXReader reader = new SAXReader();
114114

0 commit comments

Comments
 (0)