This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 4c7a7c255c Move download settings together
4c7a7c255c is described below
commit 4c7a7c255c190e5bf0d2599ae8951803e088dc12
Author: Mark Thomas <[email protected]>
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 13dd9c3c40..5b4e0372f0 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -47,7 +47,6 @@ git.branch=8.5.x
# ----- Build control flags -----
# Note enabling validation uses Checkstyle which is LGPL licensed
execute.validate=false
-execute.download=true
execute.test.nio=true
execute.test.nio2=true
# Still requires APR/native library to be present
@@ -90,7 +89,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: [email protected]
For additional commands, e-mail: [email protected]