From 7a1bc0ba6eda6773034fa3aad28d78223e804574 Mon Sep 17 00:00:00 2001 From: Mike Barry Date: Tue, 12 Apr 2022 21:33:18 -0400 Subject: [PATCH] no link --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4d1db6df..92e14a2f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,7 @@ jobs: cache: 'maven' - run: 'echo ::add-matcher::.github/javac-matcher.json' - name: Get compile warnings - run: ./mvnw --batch-mode --no-transfer-progress clean compile | sed -z -E 's/\n([^\[])/\1/g; s/see (http.?:\/\/[^)])/see [\1](\1)/g' + run: ./mvnw --batch-mode --no-transfer-progress clean compile | sed -z -E 's/\n([^\[])/\1/g' - name: Ensure you ran spotless:apply run: ./mvnw -DskipTests --batch-mode -no-transfer-progress spotless:check