Skip to content

Commit f709598

Browse files
committed
fix release build profile
1 parent a2ca091 commit f709598

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@
265265
<goals>
266266
<goal>jar</goal>
267267
</goals>
268+
<configuration>
269+
<source>8</source>
270+
</configuration>
268271
</execution>
269272
</executions>
270273
</plugin>

0 commit comments

Comments
 (0)