Skip to content

Commit

Permalink
switch back to Java 8 to ensure Android compatbility
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Feb 29, 2024
1 parent e3202e5 commit 4b42f59
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@

<jackson.version>2.16.1</jackson.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>
</build>

<licenses>
<license>
Expand Down

0 comments on commit 4b42f59

Please sign in to comment.