[TMP] Add -Xskip-prerelease check to maven projects

This commit will be reverted after bootstrap to stable stdlib
This commit is contained in:
Dmitriy Novozhilov
2021-03-29 18:37:00 +03:00
parent 69aef01b25
commit 57929ab587
11 changed files with 47 additions and 0 deletions
+5
View File
@@ -52,6 +52,11 @@
</goals>
</execution>
</executions>
<configuration>
<args>
<arg>-Xskip-prerelease-check</arg>
</args>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>