File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' checkstyle'
22
33checkstyle {
4- toolVersion = ' 8.38 '
4+ toolVersion = ' 10.12.2 '
55 configFile = rootProject. file(" gradle/config/checkstyle/checkstyle.xml" )
66 configDirectory = rootProject. file(" gradle/config/checkstyle" )
77}
Original file line number Diff line number Diff line change 184184 <property name =" allowedAnnotations" value =" Override, Test" />
185185 <property name =" allowMissingParamTags" value =" true" />
186186 <property name =" allowMissingReturnTag" value =" true" />
187- <property name =" scope " value =" public" />
187+ <property name =" accessModifiers " value =" public" />
188188 </module >
189189 <module name =" SingleLineJavadoc" >
190190 <property name =" ignoreInlineTags" value =" false" />
Original file line number Diff line number Diff line change 11apply plugin : ' jacoco'
22
33jacoco {
4- toolVersion = ' 0.8.4 '
4+ toolVersion = ' 0.8.9 '
55}
66
77jacocoTestReport {
You can’t perform that action at this time.
0 commit comments