Checkstyle 8.27 -> 8.29.
This commit is contained in:
parent
772edb9112
commit
d3e5953b59
|
@ -45,7 +45,6 @@ limitations under the License.
|
|||
<module name="UnusedImports"/>
|
||||
<module name="NeedBraces"/>
|
||||
<module name="JavadocMethod">
|
||||
<property name="allowUndeclaredRTE" value="true"/>
|
||||
<property name="scope" value="public" />
|
||||
</module>
|
||||
<module name="ModifierOrder"/>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -600,7 +600,7 @@
|
|||
<commons.encoding>utf-8</commons.encoding>
|
||||
|
||||
<checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
|
||||
<checkstyle.version>8.27</checkstyle.version>
|
||||
<checkstyle.version>8.29</checkstyle.version>
|
||||
|
||||
<spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
|
||||
<japicmp.skip>false</japicmp.skip>
|
||||
|
|
Loading…
Reference in New Issue