This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 514c171517 Needs the property as well 514c171517 is described below commit 514c17151744907ae98df05b67e7d6443d7b4c20 Author: remm <r...@apache.org> AuthorDate: Thu Oct 24 10:34:41 2024 +0200 Needs the property as well --- .github/workflows/validate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 590d572ebb..ace4c0d7a2 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -43,6 +43,8 @@ jobs: - name: Build run: | ant -noinput validate + env: + ANT_OPTS: -Dexecute.validate=true continue-on-error: false --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org