Skip to content

Commit

Permalink
Bump Gradle to 6.1.1 (stripe#2122)
Browse files Browse the repository at this point in the history
Fix checkstyle breaking change
  • Loading branch information
mshafrir-stripe authored Jan 30, 2020
1 parent 51dde13 commit 8f36e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
3 changes: 2 additions & 1 deletion settings/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,15 @@ page at http://checkstyle.sourceforge.net/config.html -->
<module name="JavadocMethod">
<property name="scope" value="protected"/>
<property name="severity" value="warning"/>
<property name="allowMissingJavadoc" value="true"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
<property name="allowUndeclaredRTE" value="true"/>
</module>

<module name="MissingJavadocMethod" />

<!--
NAMING CHECKS
-->
Expand Down

0 comments on commit 8f36e1f

Please sign in to comment.