Skip to content

Commit

Permalink
Revert "Bump Checkstyle from 10.12.5 to 10.12.6"
Browse files Browse the repository at this point in the history
This reverts commit 13024ac.

Reason: checkstyle/checkstyle#14123
  • Loading branch information
valfirst committed Dec 18, 2023
1 parent 4f2ec02 commit 69ed07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.0/gradle/vividus-library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ apply plugin: 'checkstyle'
checkstyle {
configDirectory = file("${buildSystemConfigDir}/checkstyle")
dependencies {
checkstyle(group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.12.6')
checkstyle(group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.12.5')
checkstyle(group: 'com.github.sevntu-checkstyle', name: 'sevntu-checks', version: '1.44.1')
}
}
Expand Down

0 comments on commit 69ed07c

Please sign in to comment.