From af87e611302e5fdda3b7fb6dfedc2935a8b2323c Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 7 Nov 2017 10:50:49 +0100 Subject: [PATCH] Add maven/java8 jdk as test bindeps Jenkins LTS requires Java 8. Depends-On: I8d84b952dd92dd33b0ac41b3dc82873dd0441097 Change-Id: Iab5cea33ad66af9285c962b11f656a6bc683a563 --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..1a1b401 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,3 @@ +maven [test] +# Javac Compiler in lib/tools.jar +openjdk-8-jdk-headless [test]