try to extract more exact data about exception while parsing the code
This commit is contained in:
@@ -65,7 +65,7 @@ public abstract class AnnotationHierarchies {
|
||||
}
|
||||
}
|
||||
catch (AbortCompilation e) {
|
||||
log.warn("compilation aborted: " + e);
|
||||
log.warn("compilation aborted ", e);
|
||||
// ignore this, it is most likely caused by broken source code, a broken classpath, or some optional dependencies not being on the classpath
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user