From e7186e11607d1d41e458c73f4a4fcedf0462a6fc Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Thu, 30 Nov 2023 22:10:59 +0000 Subject: [PATCH] remove spotless from java 17 Signed-off-by: Amit Galitzky --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 09c8c25c2..51706a432 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -51,4 +51,4 @@ jobs: if: matrix.os == 'ubuntu-latest' uses: codecov/codecov-action@v3 with: - file: ./build/reports/jacoco/test/jacocoTestReport.xml + file: ./build/reports/jacoco/test/jacocoTestReport.xml \ No newline at end of file