From ec1d3960a02608d2affb465be357c24276b7ec78 Mon Sep 17 00:00:00 2001 From: "J.J. Montgomery" Date: Wed, 27 Jun 2018 22:03:25 -0700 Subject: [PATCH] Fixing compiler error "Source option 5 is no longer supported" When trying to build the project with Maven, this error would be thrown: "Source option 5 is no longer supported. Use 6 or later." This fixes it. --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efc3c43..bfa425f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,9 @@ http://aws.amazon.com/sdkforjava - UTF-8 + UTF-8 + 1.6 + 1.6