Skip to content

Commit

Permalink
Try to fix that failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed May 9, 2024
1 parent a13f23e commit dcb8116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ tasks {

build {
mustRunAfter("googleFormat", "clean")
dependsOn("jar")
// When the build task is run, copy the version into the testServerDir and output
// (Also rebuild the README file)
finalizedBy("updateReadme",
Expand Down

0 comments on commit dcb8116

Please sign in to comment.