summaryrefslogtreecommitdiffstats
path: root/daemon/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/pom.xml')
-rw-r--r--daemon/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/daemon/pom.xml b/daemon/pom.xml
index 2081fb8..a9834aa 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -19,8 +19,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
+ <release>8</release>
</configuration>
</plugin>
<plugin>