Skip to content

Commit

Permalink
Re-add call to XSTREAM.processAnnotations to ensure @XStreamAlias works
Browse files Browse the repository at this point in the history
  • Loading branch information
tarree committed Apr 13, 2021
1 parent 435401a commit c07854c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public static void init(Jenkins jenkins) {
String className = getClassName(classType);
Items.XSTREAM.alias(className, classType);
}
Items.XSTREAM.processAnnotations(XUnitPublisher.class);
}

private static String getClassName(Class<? extends TestType> classType) {
Expand Down

0 comments on commit c07854c

Please sign in to comment.