Minor upstream file changes

This commit is contained in:
MattBDev
2020-01-29 16:13:28 -05:00
parent bef69b5be3
commit 2cc66b0d98
6 changed files with 15 additions and 10 deletions

View File

@ -18,7 +18,7 @@
-->
<!--
<module name="ImportControl">
<property name="file" value="import-control.xml"/>
<property name="file" value="${config_loc}/import-control.xml"/>
</module>
-->

View File

@ -44,6 +44,10 @@
<allow pkg="com.google.auto"/>
<allow pkg="it.unimi.dsi.fastutil"/>
<subpackage name="util.io.file">
<allow pkg="net.java.truevfs"/>
</subpackage>
<subpackage name="internal.expression">
<allow pkg="org.antlr.v4"/>
</subpackage>