File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Java Style Guide
2
2
![ Version] ( https://img.shields.io/badge/Latest%20Version-v1.0.1--9.1-blue )
3
- ![ Checkstyle] ( https://img.shields.io/badge/Checkstyle%20Compatible-v9.2-green )
3
+ ![ Checkstyle] ( https://img.shields.io/badge/Checkstyle%20Compatible-v9.2.1 -green )
4
4
5
5
Java style guide built upon Sun Microsystems and Google style guides, widely accepted best practices. Is offered in
6
6
form of a textual representation, as well as ` Checkstyle ` and ` Intellij IDEA ` declarations for automation purposes.
@@ -48,7 +48,7 @@ Then the plugin could be configured in the following way (for Maven):
48
48
<dependency >
49
49
<groupId >com.puppycrawl.tools</groupId >
50
50
<artifactId >checkstyle</artifactId >
51
- <version >9.2</version >
51
+ <version >9.2.1 </version >
52
52
</dependency >
53
53
</dependencies >
54
54
<configuration >
You can’t perform that action at this time.
0 commit comments