Skip to content

Commit

Permalink
fix: java.lang.NoSuchMethodError when running on Java 8
Browse files Browse the repository at this point in the history
resolves #79
  • Loading branch information
jeremylong committed Aug 12, 2024
1 parent d1a0294 commit cff63ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@
<goal>compile</goal>
</goals>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>8</release>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit cff63ba

Please sign in to comment.