Skip to content

Commit

Permalink
Added checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
IamZhenHong committed Feb 15, 2024
1 parent 27951d6 commit ae1320a
Show file tree
Hide file tree
Showing 10 changed files with 464 additions and 14 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'checkstyle'

}

repositories {
Expand Down Expand Up @@ -45,3 +47,7 @@ shadowJar {
run{
standardInput = System.in
}

checkstyle {
toolVersion = '10.2'
}
Loading

0 comments on commit ae1320a

Please sign in to comment.