summaryrefslogtreecommitdiffstats
path: root/http-utils
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-29 14:56:37 +0200
committergjoranv <gv@verizonmedia.com>2021-10-29 14:59:12 +0200
commit256180542eb1ace0a4842c4311870dbca478dff4 (patch)
tree9760792679c92384b837dde28e3a269b9db685e4 /http-utils
parent1299868a881e1a3ba06625c0ec5b2726ed26276b (diff)
Add notes in README for modules that must be built with JDK 8
Diffstat (limited to 'http-utils')
-rw-r--r--http-utils/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/http-utils/README.md b/http-utils/README.md
index 3a4f3b68482..4e1fcd75d07 100644
--- a/http-utils/README.md
+++ b/http-utils/README.md
@@ -1,2 +1,4 @@
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# Http utilities for Java
+
+NOTE: This must be built with JDK 8, because it's used by vespa-http-client. \ No newline at end of file