diff options
| -rw-r--r-- | firmal/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firmal/pom.xml b/firmal/pom.xml index 74aca8c..f1aeb91 100644 --- a/firmal/pom.xml +++ b/firmal/pom.xml @@ -12,4 +12,16 @@ <version>1.0.0</version> </dependency> </dependencies> + <build> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.8.0</version> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> + </plugins> + </build> </project>
\ No newline at end of file |
