Skip to content

Commit

Permalink
chore(ci): remove testSource/testTarget setting, so test cases can …
Browse files Browse the repository at this point in the history
…run on Java 8
  • Loading branch information
oldratlee committed Jan 2, 2024
1 parent 3de64e7 commit 54dee7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument>
</configuration>
</plugin>
Expand Down

0 comments on commit 54dee7d

Please sign in to comment.