Skip to content

Commit

Permalink
build output depends on test
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Apr 1, 2024
1 parent 0bb5dfe commit 59cb609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ tasks.findByName('wrapper')?.configure {
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
}

jar {
dependsOn test
}

configurations {
compileClasspath {
resolutionStrategy.activateDependencyLocking()
Expand Down

0 comments on commit 59cb609

Please sign in to comment.