Skip to content

Commit ee86024

Browse files
Update pom.xml so circleci test will pass. JDK 11 not allowed currently.
1 parent 9cd9358 commit ee86024

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/string-reverse/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
<artifactId>maven-compiler-plugin</artifactId>
5858
<version>3.3</version>
5959
<configuration>
60-
<source>11</source>
61-
<target>11</target>
60+
<source>8</source>
61+
<target>8</target>
6262
</configuration>
6363
</plugin>
6464
<plugin>

0 commit comments

Comments
 (0)