summarylogtreecommitdiffstats
path: root/0001-Force-1.8.patch
diff options
context:
space:
mode:
authorDrew Noel2020-07-27 13:31:14 -0400
committerDrew Noel2020-07-27 13:31:14 -0400
commit2da67fe12694514b5ad11f07b20a844473ca198a (patch)
tree3d166d53019e9d6c463c8ddc592254863cd042ac /0001-Force-1.8.patch
parentb9f9e1e6ac4c5c028fe56513b4138e881d3be7c5 (diff)
downloadaur-2da67fe12694514b5ad11f07b20a844473ca198a.tar.gz
Bump to fix ambiguous JDK requirement
Diffstat (limited to '0001-Force-1.8.patch')
-rw-r--r--0001-Force-1.8.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/0001-Force-1.8.patch b/0001-Force-1.8.patch
new file mode 100644
index 000000000000..2273e829da5d
--- /dev/null
+++ b/0001-Force-1.8.patch
@@ -0,0 +1,18 @@
+diff --git a/pom.xml b/pom.xml
+index 73d39c4..f6f68d1 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -22,8 +22,8 @@
+ <version>3.5.1</version>
+ <configuration>
+ <!-- maximize compatibility -->
+- <source>1.6</source>
+- <target>1.6</target>
++ <source>1.8</source>
++ <target>1.8</target>
+ <!-- ignore noisy internal api warnings -->
+ <compilerArgument>-XDignore.symbol.file</compilerArgument>
+ <fork>true</fork>
+--
+2.27.0
+