diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/api/pom.xml b/api/pom.xml index a18c19e..0cc071b 100644 --- a/api/pom.xml +++ b/api/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> |