The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/google-gson#77732a348d3a6eaedaf7b5c9b62045888451d850
28 lines
721 B
Diff
28 lines
721 B
Diff
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
|
|
|