This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 140681d161 Move download settings together 140681d161 is described below commit 140681d16184f25609bebe30ccf88e6fb5e6f851 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 9 08:10:58 2022 +0100 Move download settings together --- build.properties.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 2a912734c4..470d6a4e60 100644 --- a/build.properties.default +++ b/build.properties.default @@ -48,7 +48,6 @@ git.branch=10.0.x # Note enabling validation uses Checkstyle which is LGPL licensed ant.version.required=1.9.10 execute.validate=false -execute.download=true execute.test.nio=true execute.test.nio2=true # Still requires APR/native library to be present @@ -87,7 +86,8 @@ codesigning.storetype=DIGICERTONE # Set codesigning.storepass in build.properties with the following syntax #codesigning.storepass=<api-key>|/path/to/Certificate_pkcs12.p12|<password> -# ----- Settings to use when downloading files ----- +# ----- Settings to control downloading of files ----- +execute.download=true trydownload.httpusecaches=true # ----- Default Base Path for Dependent Packages ----- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org