Skip to content

Commit 24f3fc9

Browse files
committed
chore: set compiler version to 8
1 parent d07bd57 commit 24f3fc9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@
5353
</filters>
5454
</configuration>
5555
</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>
5664
</plugins>
5765
</build>
5866

@@ -85,4 +93,7 @@
8593
<scope>compile</scope>
8694
</dependency>
8795
</dependencies>
96+
97+
<properties>
98+
</properties>
8899
</project>

0 commit comments

Comments
 (0)