aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
Diffstat (limited to 'gradle')
-rw-r--r--gradle/checkstyle.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle/checkstyle.xml b/gradle/checkstyle.xml
index 9d30e53d6..6cff6ffa5 100644
--- a/gradle/checkstyle.xml
+++ b/gradle/checkstyle.xml
@@ -122,7 +122,9 @@
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
- <module name="VisibilityModifier"/>
+ <module name="VisibilityModifier">
+ <property name="protectedAllowed" value="true"/>
+ </module>
<!-- Miscellaneous other checks. -->
<!-- See http://checkstyle.sf.net/config_misc.html -->