summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2019-01-07 00:52:55 -0800
committerGeorge Fraser <george@fivetran.com>2019-01-07 00:52:55 -0800
commitba156f46e00f2075f2f11fb18e72bcd09deb1192 (patch)
treeea616f1e3ac1ee42168595ae8ea935801fc32bda
parent7b976c49e44341a7212e7864a774cd7660c44799 (diff)
downloadjava-language-server-ba156f46e00f2075f2f11fb18e72bcd09deb1192.zip
Use java 11
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index aab5256..b6aa940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,8 +56,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
- <source>10</source>
- <target>10</target>
+ <source>11</source>
+ <target>11</target>
<!-- Workaround of https://issues.apache.org/jira/browse/MCOMPILER-369 -->
<annotationProcessorPaths>
<path>