Просмотр исходного кода

add configuration for java 1.8

pull/50/head^2
uchicom 3 лет назад
Родитель
Сommit
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>

Загрузка…
Отмена
Сохранить