Skip to content

Commit cff63ba

Browse files
committed
fix: java.lang.NoSuchMethodError when running on Java 8
resolves #79
1 parent d1a0294 commit cff63ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@
273273
<goal>compile</goal>
274274
</goals>
275275
<configuration>
276-
<source>1.8</source>
277-
<target>1.8</target>
276+
<release>8</release>
278277
</configuration>
279278
</execution>
280279
<execution>

0 commit comments

Comments
 (0)