This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit 10ce10dd2313c4526ebe5317ef90676aad9bb0f1 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Apr 28 20:08:36 2023 +0200 Fix CI script --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a45045d..07ca01f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: --show-version --batch-mode --errors --no-transfer-progress \ -DtrimStackTrace=false \ -DinstallAtEnd=true \ - -Pjava8-tests + -Pjava8-tests \ clean install # `clean verify artifact:compare` is required to generate the build reproducibility report.
