Skip to content

Commit

Permalink
Update pom.xml so circleci test will pass. JDK 11 not allowed currently.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-w-williams committed Apr 25, 2019
1 parent 9cd9358 commit ee86024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/string-reverse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>11</source>
<target>11</target>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ee86024

Please sign in to comment.