Browse Source

chore(ci): remove `testSource/testTarget` setting, so test cases can run on Java 8

pull/478/head
Jerry Lee 5 months ago
parent
commit
bb68388901
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      pom.xml

+ 0
- 2
pom.xml View File

<configuration> <configuration>
<source>1.8</source> <source>1.8</source>
<target>1.8</target> <target>1.8</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument> <testCompilerArgument>-parameters</testCompilerArgument>
</configuration> </configuration>
</plugin> </plugin>

Loading…
Cancel
Save