ソースを参照

add configuration for java 1.8

pull/50/head^2
uchicom 3年前
コミット
8cfdf5fc16
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      pom.xml

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

@@ -168,8 +168,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>

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