Skip to content

Commit

Permalink
do not fail build if license violations are found
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann committed Aug 27, 2018
1 parent c3aee10 commit 4f4c81a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static void main(String[] args) throws IOException {
);

// If there were unknown results in the report, exit with a non-zero status
System.exit(reportResult ? 0 : 1);
//System.exit(reportResult ? 0 : 1);
}

static InputStream getResourceAsStream(String resourcePath) {
Expand Down

0 comments on commit 4f4c81a

Please sign in to comment.