ソースを参照

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

pull/478/head
Jerry Lee 4ヶ月前
コミット
bb68388901
1個のファイルの変更0行の追加2行の削除
  1. 0
    2
      pom.xml

+ 0
- 2
pom.xml ファイルの表示

@@ -170,8 +170,6 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument>
</configuration>
</plugin>

読み込み中…
キャンセル
保存