From 3907f0a3f237470c1d91bf159f4c157e7dc90230 Mon Sep 17 00:00:00 2001 From: Artem Pianykh Date: Mon, 21 Oct 2019 10:12:11 -0700 Subject: [PATCH] [annotations] Specify javac source and target level to 1.7 in pom.xml Summary: Without these properties mvn-based compilation fails due to not-supporting default 1.5 source/target levels. Our make-based annotations build already use -source 1.7 and -target 1.7. Reviewed By: mityal Differential Revision: D18037110 fbshipit-source-id: 83d1ed3a5 --- infer/annotations/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infer/annotations/pom.xml b/infer/annotations/pom.xml index 1290fef66..cf06bdea6 100644 --- a/infer/annotations/pom.xml +++ b/infer/annotations/pom.xml @@ -8,6 +8,11 @@ Annotations for the Infer static analyzer http://fbinfer.com/ + + 1.7 + 1.7 + + MIT license