diff options
author | George Fraser <george@fivetran.com> | 2019-01-07 00:52:55 -0800 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2019-01-07 00:52:55 -0800 |
commit | ba156f46e00f2075f2f11fb18e72bcd09deb1192 (patch) | |
tree | ea616f1e3ac1ee42168595ae8ea935801fc32bda | |
parent | 7b976c49e44341a7212e7864a774cd7660c44799 (diff) | |
download | java-language-server-ba156f46e00f2075f2f11fb18e72bcd09deb1192.zip |
Use java 11
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |