Blob Blame History Raw
From 55ba74d967df953b4a5b646be4305877d6bb267c Mon Sep 17 00:00:00 2001
From: Mat Booth <mat.booth@redhat.com>
Date: Thu, 27 Aug 2020 11:08:44 +0100
Subject: [PATCH 3/4] Allow building on Java 8

---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8716014..3ce8a3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,9 +69,8 @@
               <id>default-compile</id>
               <configuration>
                 <jdkToolchain>
-                  <version>9</version>
+                  <version>8</version>
                 </jdkToolchain>
-                <release>9</release>
               </configuration>
             </execution>
             <execution>
-- 
2.26.2