This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git
The following commit(s) were added to refs/heads/master by this push:
new b85c481 Fix for https://bugs.openjdk.java.net/browse/JDK-8212233
b85c481 is described below
commit b85c4814a7b2f44f66d4f26282189e8a51f3421f
Author: Chris Mattmann <[email protected]>
AuthorDate: Sat Sep 28 10:00:29 2019 -0700
Fix for https://bugs.openjdk.java.net/browse/JDK-8212233
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 2f16173..802543a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,7 @@
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<encoding>UTF-8</encoding>
+ <source>8</source>
</configuration>
<executions>
<execution>