Skip to content

Commit ffa8be4

Browse files
committed
fix(ci): attempt to fix ci
1 parent 9c36e77 commit ffa8be4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@
243243
</execution>
244244
</executions>
245245
<configuration>
246-
<source>1.8</source>
247-
<target>1.8</target>
246+
<source>1.7</source>
247+
<target>1.7</target>
248248
<compilerArgs>
249249
<arg>-Xlint:unchecked</arg>
250250
</compilerArgs>

0 commit comments

Comments
 (0)