This is an automated email from the ASF dual-hosted git repository. markt 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 7d54bd37ce Move download settings together 7d54bd37ce is described below commit 7d54bd37ce00714104b1c68a785938d7882f81d2 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 71ee6da465..821422c97d 100644 --- a/build.properties.default +++ b/build.properties.default @@ -48,7 +48,6 @@ git.branch=main # 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 # Stop testing if a failure occurs @@ -85,7 +84,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