Build: Update external javadoc links

Add description to gradle update tasks
Add note about jetty versions
This commit is contained in:
zzz
2021-01-04 11:51:24 -05:00
parent ed0ecdf253
commit 619923dbf8
3 changed files with 13 additions and 6 deletions

View File

@@ -10,7 +10,10 @@
-->
<property file="override.properties"/>
<property file="build.properties"/>
<!-- When changing, also change javadoc URL in build.properties, and checksum in apps/jetty/build.xml -->
<!-- When changing, also change javadoc URL in build.properties,
and checksum in apps/jetty/build.xml
and versions in apps/jetty/build.gradle
-->
<property name="jetty.ver" value="9.3.29.v20201019" />
<property name="tomcat.ver" value="9.0.40" />