Skip to content

Commit 9e0c03e

Browse files
authored
Merge pull request #210 from sir-gon/renovate/checkstyle-10.x
Update dependency checkstyle to v10.18.0
2 parents 7268f5c + 99b29dc commit 9e0c03e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks.named('test') {
4242
}
4343

4444
checkstyle {
45-
toolVersion = '10.17.0'
45+
toolVersion = '10.18.0'
4646
configFile = file("${rootDir}/checkstyle.xml")
4747
maxErrors = 0
4848
maxWarnings = 0

algorithm-exercises-java/src/main/java/util/CustomLogger.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package util;
22

33
/**
4-
* https://www.logicbig.com/tutorials/core-java-tutorial/logging/levels.html
4+
* CustomLogger.
5+
*
6+
* @link https://www.logicbig.com/tutorials/core-java-tutorial/logging/levels.html
57
*/
68
public class CustomLogger {
79

0 commit comments

Comments
 (0)