Skip to content

Commit

Permalink
Require Java 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Feb 29, 2024
1 parent 8ead2f6 commit 93d84d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<!-- Require the Java 7 platform. -->
<!-- Require the Java 8 platform. -->
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 93d84d2

Please sign in to comment.