BAEL 533: Pull request for Java 9 Convenience Factory Methods for Collections (#1078)

* remove verbose from compiler plugin, change project build encoding to UTF-8

* BAEL - 533 - convenience factory methods for collections test files
This commit is contained in:
Vivek Kumar
2017-02-01 01:59:02 +05:30
committed by Grzegorz Piwowarek
parent d07136065a
commit a0781d1d88
4 changed files with 186 additions and 1 deletions
+3 -1
View File
@@ -57,7 +57,6 @@
<configuration>
<source>1.9</source>
<target>1.9</target>
<verbose>true</verbose>
</configuration>
</plugin>
@@ -72,6 +71,9 @@
</build>
<properties>
<!-- project build encoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- logging -->
<org.slf4j.version>1.7.21</org.slf4j.version>