Skip to content

Commit

Permalink
fix standalone-server too
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Feb 24, 2025
1 parent 2cd6cc9 commit 5905b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions standalone-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ tasks {
}
}
}

test {
dependsOn(shadowJar)
}
}

artifacts {
Expand Down

0 comments on commit 5905b0b

Please sign in to comment.