Skip to content

Commit

Permalink
Style: Used Checkstyle to reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaPoo committed Feb 8, 2024
1 parent 7e9bf59 commit ff42b66
Show file tree
Hide file tree
Showing 8 changed files with 885 additions and 418 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'java'
id 'application'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

Expand Down Expand Up @@ -31,6 +32,10 @@ application {
mainClass.set("Main")
}

checkstyle {
toolVersion = '10.2'
}

shadowJar {
archiveBaseName = "duke"
archiveClassifier = null
Expand Down
Loading

0 comments on commit ff42b66

Please sign in to comment.