From 2b38deb652d1e751362a1641c898b99c19cab9b4 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 11 Jul 2019 22:34:46 -0400 Subject: [PATCH] Just use first pattern for now --- .github/java.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/java.json b/.github/java.json index 889876c8..e5bb37a4 100644 --- a/.github/java.json +++ b/.github/java.json @@ -7,13 +7,8 @@ "regexp": "^Exception in thread \"(.*)\" (.*): (.*)$", "code": 2, "message": 3 - }, - { - "regexp": "^\\s*at .*\\((.*):(\\d*)\\)$", - "file": 1, - "line": 2 } ] } ] -} \ No newline at end of file +}