This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3_0_x-fixes in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit 227cdc7cf1ab5fb527a5320ea751084721c32b64 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Oct 21 17:31:33 2025 +0100 Trying to build the project --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 619588411..f76a58879 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -75,7 +75,7 @@ jobs: # uses a compiled language - run: | - mvn clean compile -Pnochecks + mvn clean install -Pnochecks # make bootstrap # make release
