We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07bd57 commit 24f3fc9Copy full SHA for 24f3fc9
pom.xml
@@ -53,6 +53,14 @@
53
</filters>
54
</configuration>
55
</plugin>
56
+ <plugin>
57
+ <groupId>org.apache.maven.plugins</groupId>
58
+ <artifactId>maven-compiler-plugin</artifactId>
59
+ <configuration>
60
+ <source>8</source>
61
+ <target>8</target>
62
+ </configuration>
63
+ </plugin>
64
</plugins>
65
</build>
66
@@ -85,4 +93,7 @@
85
93
<scope>compile</scope>
86
94
</dependency>
87
95
</dependencies>
96
+
97
+ <properties>
98
+ </properties>
88
99
</project>
0 commit comments